Symbol: fsfilcnt_t
lib/libpuffs/subr.c
108
sbp->f_ffree=sbp->f_favail=sbp->f_fresvd=sbp->f_files = (fsfilcnt_t)0;
lib/librefuse/refuse/fs.c
656
dst->f_files = (fsfilcnt_t)src->files;
lib/librefuse/refuse/fs.c
657
dst->f_ffree = (fsfilcnt_t)src->files_free;
lib/librefuse/refuse/legacy.h
66
fsfilcnt_t f_files;
lib/librefuse/refuse/legacy.h
67
fsfilcnt_t f_ffree;
sys/compat/sys/statvfs.h
49
fsfilcnt_t f_files; /* total file nodes in file system */
sys/compat/sys/statvfs.h
50
fsfilcnt_t f_ffree; /* free file nodes in file system */
sys/compat/sys/statvfs.h
51
fsfilcnt_t f_favail; /* free file nodes avail to non-root */
sys/compat/sys/statvfs.h
52
fsfilcnt_t f_fresvd; /* file nodes reserved for root */
sys/fs/puffs/puffs_msgif.h
128
fsfilcnt_t f_files; /* total file nodes in file system */
sys/fs/puffs/puffs_msgif.h
129
fsfilcnt_t f_ffree; /* free file nodes in file system */
sys/fs/puffs/puffs_msgif.h
130
fsfilcnt_t f_favail; /* free file nodes avail to non-root */
sys/fs/puffs/puffs_msgif.h
131
fsfilcnt_t f_fresvd; /* file nodes reserved for root */
sys/fs/tmpfs/tmpfs_vfsops.c
403
fsfilcnt_t freenodes;
sys/sys/statvfs.h
50
#ifndef fsfilcnt_t
sys/sys/statvfs.h
78
fsfilcnt_t f_files; /* total file nodes in file system */
sys/sys/statvfs.h
79
fsfilcnt_t f_ffree; /* free file nodes in file system */
sys/sys/statvfs.h
80
fsfilcnt_t f_favail; /* free file nodes avail to non-root */
sys/sys/statvfs.h
81
fsfilcnt_t f_fresvd; /* file nodes reserved for root */
sys/sys/types.h
137
#ifndef fsfilcnt_t
tests/fs/puffs/h_dtfs/dtfs.h
49
fsfilcnt_t dtm_nfiles; /* number of files */
tests/include/sys/t_types.c
118
fsfilcnt_t ff;