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

  /src/sys/sys/
statvfs.h 45 #ifndef fsblkcnt_t
46 typedef __fsblkcnt_t fsblkcnt_t; /* fs block count (statvfs) */ typedef in typeref:typename:__fsblkcnt_t
47 #define fsblkcnt_t __fsblkcnt_t macro
73 fsblkcnt_t f_blocks; /* number of blocks in file system, */
74 fsblkcnt_t f_bfree; /* free blocks avail in file system */
75 fsblkcnt_t f_bavail; /* free blocks avail to non-root */
76 fsblkcnt_t f_bresvd; /* blocks reserved for root */
types.h 132 #ifndef fsblkcnt_t
133 typedef __fsblkcnt_t fsblkcnt_t; /* fs block count (statvfs) */ typedef in typeref:typename:__fsblkcnt_t
134 #define fsblkcnt_t __fsblkcnt_t macro

Completed in 12 milliseconds