Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-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()
/freebsd/tests/sys/fs/fusefs/
H A Dstatfs.cc145 out.body.statfs.st.bfree = 100; in TEST_F()
/freebsd/contrib/lib9p/
H A Dfcall.h283 uint64_t bfree; /* free blocks in fs */ member
H A Dpack.c613 l9p_pu64(msg, &fcall->rstatfs.statfs.bfree); in l9p_pufcall()
H A Dutils.c575 st->bfree, st->bavail, st->files, in l9p_describe_statfs()
/freebsd/contrib/tcsh/
H A Dsh.lex.c58 static void bfree (void);
1721 bfree(void) in bfree() function
1845 bfree(); in btoeof()
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h228 uint64_t bfree; member
H A Dfuse_vfsops.c666 sbp->f_bfree = fsfo->st.bfree; in fuse_vfsop_statfs()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x280 unsigned bfree; /* free blocks in fs */ member
/freebsd/contrib/lib9p/backend/
H A Dfs.c683 out->bfree = in->f_bfree; in dostatfs()