f_bfree            74 compat/common/vfs_syscalls_25.c 	osp->f_bfree = sp->f_bfree;
f_bfree            68 compat/freebsd/freebsd_file.c 	long	f_bfree;		/* free blocks in fs */
f_bfree           547 compat/freebsd/freebsd_file.c 	fsp->f_bfree = sp->f_bfree;
f_bfree            97 compat/ibcs2/ibcs2_stat.c 	ssfs.f_bfree = sp->f_bfree;
f_bfree            42 compat/ibcs2/ibcs2_statfs.h 	long	f_bfree;
f_bfree           402 compat/linux/linux_misc.c 	lsp->l_fbfree = bsp->f_bfree;
f_bfree           332 compat/osf1/osf1.h 	osf1_int	f_bfree;
f_bfree           693 compat/osf1/osf1_cvt.c 	osfs->f_bfree = bsfs->f_bfree;
f_bfree            58 compat/sunos/sunos.h 	long	f_bfree;	/* free blocks */
f_bfree           812 compat/sunos/sunos_misc.c 	ssfs.f_bfree = sp->f_bfree;
f_bfree          1144 compat/svr4/svr4_misc.c 	sfs->f_bfree = bfs->f_bfree;
f_bfree          1170 compat/svr4/svr4_misc.c 	sfs->f_bfree = bfs->f_bfree;
f_bfree            47 compat/svr4/svr4_statvfs.h 	svr4_fsblkcnt_t		f_bfree;
f_bfree            64 compat/svr4/svr4_statvfs.h 	svr4_fsblkcnt64_t	f_bfree;
f_bfree           189 compat/ultrix/ultrix_fs.c 	 tem->ufsd_devname, sp->f_blocks, sp->f_bfree, sp->f_bavail);
f_bfree           202 compat/ultrix/ultrix_pathname.c 	long	f_bfree;	/* free blocks */
f_bfree           227 compat/ultrix/ultrix_pathname.c 	ssfs.f_bfree = sp->f_bfree;
f_bfree           645 isofs/cd9660/cd9660_vfsops.c 	sbp->f_bfree = 0; /* total free blocks */
f_bfree           491 isofs/udf/udf_vfsops.c 	sbp->f_bfree = 0;
f_bfree          2251 kern/vfs_subr.c 	    mp->mnt_stat.f_bfree, mp->mnt_stat.f_bavail);
f_bfree           220 miscfs/portal/portal_vfsops.c 	sbp->f_bfree = 0;
f_bfree           177 miscfs/procfs/procfs_vfsops.c 	sbp->f_bfree = vmtotals.t_vm - vmtotals.t_avm;
f_bfree           647 msdosfs/msdosfs_vfsops.c 	sbp->f_bfree = pmp->pm_freeclustercount;
f_bfree          3048 nfs/nfs_serv.c 		tval = (u_quad_t)sf->f_bfree;
f_bfree          3065 nfs/nfs_serv.c 		sfp->sf_bfree = txdr_unsigned(sf->f_bfree);
f_bfree           150 nfs/nfs_vfsops.c 		sbp->f_bfree = (u_int32_t)(tquad / (u_quad_t)NFS_FABLKSIZE);
f_bfree           160 nfs/nfs_vfsops.c 		sbp->f_bfree = fxdr_unsigned(int32_t, sfp->sf_bfree);
f_bfree           892 ntfs/ntfs_vfsops.c 	sbp->f_bfree = sbp->f_bavail = ntfs_cntobn(ntmp->ntm_cfree);
f_bfree           893 ntfs/ntfs_vfsops.c 	sbp->f_ffree = sbp->f_bfree / ntmp->ntm_bpmftrec;
f_bfree           291 sys/mount.h    	u_int32_t  f_bfree;		/* free blocks in fs */
f_bfree           314 sys/mount.h    	long	f_bfree;		/* free blocks in fs */
f_bfree           703 ufs/ext2fs/ext2fs_vfsops.c 	sbp->f_bfree = fs->e2fs.e2fs_fbcount;
f_bfree           704 ufs/ext2fs/ext2fs_vfsops.c 	sbp->f_bavail = sbp->f_bfree - fs->e2fs.e2fs_rbcount;
f_bfree          1110 ufs/ffs/ffs_vfsops.c 	sbp->f_bfree = fs->fs_cstotal.cs_nbfree * fs->fs_frag +
f_bfree          1112 ufs/ffs/ffs_vfsops.c 	sbp->f_bavail = sbp->f_bfree - ((int64_t)fs->fs_dsize * fs->fs_minfree / 100);
f_bfree           158 xfs/xfs_vfsops-common.c     mp->mnt_stat.f_bfree = 4711 * 4711;