Home
last modified time | relevance | path

Searched refs:bfree (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c199 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 Dnfs_subr.c603 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 Dnfs_prot_netbsd1_3.h112 #define sfrok_bfree bfree
H A Dnfs_prot_freebsd2.h100 #define sfrok_bfree bfree
H A Dnfs_prot_netbsd.h122 #define sfrok_bfree bfree
H A Dnfs_prot_openbsd.h135 #define sfrok_bfree bfree
H A Dnfs_prot_netbsd1_4.h138 #define sfrok_bfree bfree
H A Dnfs_prot_bsdi3.h137 #define sfrok_bfree bfree
H A Dnfs_prot_freebsd3.h122 #define sfrok_bfree bfree
H A Dnfs_prot_default.h124 #define sfrok_bfree bfree
H A Dnfs_prot_darwin.h132 #define sfrok_bfree bfree
H A Dnfs_prot_aix3.h154 #define sfrok_bfree bfree
H A Dnfs_prot_aix4.h152 #define sfrok_bfree bfree
H A Dnfs_prot_aix4_2.h157 #define sfrok_bfree bfree
H A Dnfs_prot_aix5_1.h157 #define sfrok_bfree bfree
H A Dnfs_prot_aix4_3.h157 #define sfrok_bfree bfree
H A Dnfs_prot_sunos5_3.h162 #define sfrok_bfree bfree
H A Dnfs_prot_sunos5_4.h170 #define sfrok_bfree bfree
H A Dnfs_prot_aix5_2.h254 #define sfrok_bfree bfree
H A Dnfs_prot_linux.h182 #define sfrok_bfree bfree
/netbsd-src/external/bsd/am-utils/include/
H A Damu_nfs_prot.h136 #define sfrok_bfree bfree
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c1332 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 Dlfs.h688 int32_t bfree; /* 8: disk blocks free */ member
699 int64_t bfree; /* 8: disk blocks free */ member
/netbsd-src/bin/csh/
H A Dlex.c67 static void bfree(void);
1544 bfree(void) in bfree() function
1617 bfree(); in btoeof()
/netbsd-src/lib/libperfuse/
H A Dfuse.h68 uint64_t bfree; member

12