| /netbsd-src/tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 199 off_t btot, bfree; in dtfs_fs_statvfs() local 215 bfree = btot - dtm->dtm_fsizes; in dtfs_fs_statvfs() 221 sbp->f_bfree = sbp->f_bavail = ROUND(bfree, pgsize) / pgsize; in dtfs_fs_statvfs()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | nfs_subr.c | 603 u_int blocks, bfree, bavail, i; in count_map_entries() local 608 blocks = bfree = bavail = 0; in count_map_entries() 633 *out_bfree = bfree; in count_map_entries() 1692 u_int blocks, bfree, bavail; in am_nfs3_fsstat_3_svc() local 1717 bfree = 0; in am_nfs3_fsstat_3_svc() 1720 count_map_entries(mp, &blocks, &bfree, &bavail); in am_nfs3_fsstat_3_svc() 1722 ok->fbytes = bfree; in am_nfs3_fsstat_3_svc() 1724 ok->ffiles = bfree; in am_nfs3_fsstat_3_svc()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_netbsd1_3.h | 112 #define sfrok_bfree bfree
|
| H A D | nfs_prot_freebsd2.h | 100 #define sfrok_bfree bfree
|
| H A D | nfs_prot_netbsd.h | 122 #define sfrok_bfree bfree
|
| H A D | nfs_prot_openbsd.h | 135 #define sfrok_bfree bfree
|
| H A D | nfs_prot_netbsd1_4.h | 138 #define sfrok_bfree bfree
|
| H A D | nfs_prot_bsdi3.h | 137 #define sfrok_bfree bfree
|
| H A D | nfs_prot_freebsd3.h | 122 #define sfrok_bfree bfree
|
| H A D | nfs_prot_default.h | 124 #define sfrok_bfree bfree
|
| H A D | nfs_prot_darwin.h | 132 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix3.h | 154 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix4.h | 152 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix4_2.h | 157 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix5_1.h | 157 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix4_3.h | 157 #define sfrok_bfree bfree
|
| H A D | nfs_prot_sunos5_3.h | 162 #define sfrok_bfree bfree
|
| H A D | nfs_prot_sunos5_4.h | 170 #define sfrok_bfree bfree
|
| H A D | nfs_prot_aix5_2.h | 254 #define sfrok_bfree bfree
|
| H A D | nfs_prot_linux.h | 182 #define sfrok_bfree bfree
|
| /netbsd-src/external/bsd/am-utils/include/ |
| H A D | amu_nfs_prot.h | 136 #define sfrok_bfree bfree
|
| /netbsd-src/libexec/lfs_cleanerd/ |
| H A D | lfs_cleanerd.c | 1332 cip->bfree = cipu->u_32.bfree; in needs_cleaning() 1357 max_free_segs = MAX(cip->bfree, 0) / fsb_per_seg + lfs_sb_getminfreeseg(fs); in needs_cleaning() 1360 lfs_sb_getfsmnt(fs), cip->bfree, cip->avail, cip->clean, in needs_cleaning() 1369 if (cip->bfree - cip->avail <= fsb_per_seg && in needs_cleaning() 1374 if (cip->bfree - cip->avail > fsb_per_seg && in needs_cleaning()
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs.h | 688 int32_t bfree; /* 8: disk blocks free */ member 699 int64_t bfree; /* 8: disk blocks free */ member
|
| /netbsd-src/bin/csh/ |
| H A D | lex.c | 67 static void bfree(void); 1544 bfree(void) in bfree() function 1617 bfree(); in btoeof()
|
| /netbsd-src/lib/libperfuse/ |
| H A D | fuse.h | 68 uint64_t bfree; member
|