pjb,
The df command reports on the number of free blocks for a particular file system. There are no limitations on the particuar subdirectories within that file system. To find out how much space a particular directory is using, try the du command.
Ex. du -sk /var/tmp
Hope this helps.
John