Searched refs:ffree (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | 430 int ffree; in rootdir_free() local 452 ffree = dirleft; in rootdir_free() 453 while (dirleft > 0 && ffree > 0) { in rootdir_free() 493 ffree--; in rootdir_free() 499 return (ffree); in rootdir_free()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_protocol.h | 175 uint64_t ffree; /* free file nodes in fs */ member
|
H A D | p9fs_vfsops.c | 579 buf->f_ffree = statfs.ffree; in p9fs_statfs()
|
H A D | p9_client.c | 1106 &stat->bavail, &stat->files, &stat->ffree, &stat->fsid, in p9_client_statfs() 1118 (uintmax_t)stat->files, (uintmax_t)stat->ffree, in p9_client_statfs()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | statfs.cc | 148 out.body.statfs.st.ffree = 6; in TEST_F()
|
/freebsd/contrib/lib9p/ |
H A D | fcall.h | 286 uint64_t ffree; /* free file nodes in fs */ member
|
H A D | pack.c | 616 l9p_pu64(msg, &fcall->rstatfs.statfs.ffree); in l9p_pufcall()
|
H A D | utils.c | 576 st->ffree, st->fsid, st->namelen); in l9p_describe_statfs()
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 58 # define free ffree
|
H A D | Fixes | 236 33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_kernel.h | 246 uint64_t ffree; member
|
H A D | fuse_vfsops.c | 669 sbp->f_ffree = fsfo->st.ffree; /* cast from uint64_t to int64_t */ in fuse_vfsop_statfs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFPStack.td | 630 def FFREE : FPI<0xDD, MRM0r, (outs), (ins RSTi:$reg), "ffree\t$reg">;
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 686 out->ffree = in->f_ffree; in dostatfs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6553 def ffree_line_length_VALUE : Joined<["-"], "ffree-line-length-">, Group<gfortran_Group>; 6688 def ffree_form : Flag<["-"], "ffree-form">, Group<f_Group>,
|