Searched refs:fsfilcnt_t (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/librefuse/refuse/
H A Dlegacy.h66 fsfilcnt_t f_files;
67 fsfilcnt_t f_ffree;
H A Dfs.c656 dst->f_files = (fsfilcnt_t)src->files;
657 dst->f_ffree = (fsfilcnt_t)src->files_free;
/netbsd-current/sys/sys/
H A Dstatvfs.h50 #ifndef fsfilcnt_t
51 typedef __fsfilcnt_t fsfilcnt_t; /* fs file count */ typedef
52 #define fsfilcnt_t __fsfilcnt_t macro
78 fsfilcnt_t f_files; /* total file nodes in file system */
79 fsfilcnt_t f_ffree; /* free file nodes in file system */
80 fsfilcnt_t f_favail; /* free file nodes avail to non-root */
81 fsfilcnt_t f_fresvd; /* file nodes reserved for root */
H A Dtypes.h137 #ifndef fsfilcnt_t
138 typedef __fsfilcnt_t fsfilcnt_t; /* fs file count */ typedef
139 #define fsfilcnt_t __fsfilcnt_t macro
/netbsd-current/sys/compat/sys/
H A Dstatvfs.h49 fsfilcnt_t f_files; /* total file nodes in file system */
50 fsfilcnt_t f_ffree; /* free file nodes in file system */
51 fsfilcnt_t f_favail; /* free file nodes avail to non-root */
52 fsfilcnt_t f_fresvd; /* file nodes reserved for root */
/netbsd-current/tests/include/sys/
H A Dt_types.c118 fsfilcnt_t ff;
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs.h49 fsfilcnt_t dtm_nfiles; /* number of files */
/netbsd-current/sys/fs/puffs/
H A Dpuffs_msgif.h128 fsfilcnt_t f_files; /* total file nodes in file system */
129 fsfilcnt_t f_ffree; /* free file nodes in file system */
130 fsfilcnt_t f_favail; /* free file nodes avail to non-root */
131 fsfilcnt_t f_fresvd; /* file nodes reserved for root */
/netbsd-current/lib/libpuffs/
H A Dsubr.c108 sbp->f_ffree=sbp->f_favail=sbp->f_fresvd=sbp->f_files = (fsfilcnt_t)0;
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c403 fsfilcnt_t freenodes;

Completed in 203 milliseconds