Home
last modified time | relevance | path

Searched refs:ffree (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c430 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 Dp9_protocol.h175 uint64_t ffree; /* free file nodes in fs */ member
H A Dp9fs_vfsops.c579 buf->f_ffree = statfs.ffree; in p9fs_statfs()
H A Dp9_client.c1106 &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 Dstatfs.cc148 out.body.statfs.st.ffree = 6; in TEST_F()
/freebsd/contrib/lib9p/
H A Dfcall.h286 uint64_t ffree; /* free file nodes in fs */ member
H A Dpack.c616 l9p_pu64(msg, &fcall->rstatfs.statfs.ffree); in l9p_pufcall()
H A Dutils.c576 st->ffree, st->fsid, st->namelen); in l9p_describe_statfs()
/freebsd/contrib/tcsh/
H A Dtc.alloc.c58 # define free ffree
H A DFixes236 33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h246 uint64_t ffree; member
H A Dfuse_vfsops.c669 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 DX86InstrFPStack.td630 def FFREE : FPI<0xDD, MRM0r, (outs), (ins RSTi:$reg), "ffree\t$reg">;
/freebsd/contrib/lib9p/backend/
H A Dfs.c686 out->ffree = in->f_ffree; in dostatfs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6553 def ffree_line_length_VALUE : Joined<["-"], "ffree-line-length-">, Group<gfortran_Group>;
6688 def ffree_form : Flag<["-"], "ffree-form">, Group<f_Group>,