HomeSort by: relevance | last modified time | path
    Searched defs:fsfilcnt_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
statvfs.h 50 #ifndef fsfilcnt_t
51 typedef __fsfilcnt_t fsfilcnt_t; /* fs file count */ typedef in typeref:typename:__fsfilcnt_t
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 */
types.h 137 #ifndef fsfilcnt_t
138 typedef __fsfilcnt_t fsfilcnt_t; /* fs file count */ typedef in typeref:typename:__fsfilcnt_t
139 #define fsfilcnt_t __fsfilcnt_t macro

Completed in 12 milliseconds