st_blocks         655 kern/dev/lamebus/emu.c 	statbuf->st_blocks = 0;   /* almost certainly a lie */
st_blocks        1040 kern/fs/sfs/sfs_vnode.c 	statbuf->st_blocks = 0;
st_blocks          47 kern/include/kern/stat.h 	blkcnt_t st_blocks;	/* number of blocks file is using */
st_blocks         167 kern/vfs/device.c 	statbuf->st_blocks = d->d_blocks;
st_blocks         157 user/bin/ls/ls.c 		printf("%3d ", statbuf.st_blocks);