Home
last modified time | relevance | path

Searched defs:statfs64 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/ucbhead/sys/
H A Dvfs.h253 struct statfs64 { struct
254 long f_type; /* type of info, zero for now */
256 ulong_t f_bsize; /* fundamental file system block size */
257 fsblkcnt_t f_blocks; /* total blocks in file system */
258 fsblkcnt_t f_bfree; /* free blocks in fs */
259 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */
260 fsfilcnt_t f_files; /* total file nodes in file system */
261 fsfilcnt_t f_ffree; /* free files nodes in fs */
262 fsid_t f_fsid; /* file system id */
263 int f_spare[7]; /* spare for later */
/titanic_50/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c41 statfs64(char *path, struct statfs64 *buf) in statfs64() function