Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstatfs.h46 struct statfs { struct
60 struct statfs32 { argument
75 int statfs(const char *, struct statfs *, int, int); argument
/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h228 struct statfs { struct
240 struct statfs { argument
253 struct statfs64 { argument
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h112 struct statfs { struct
113 long f_type; /* type of info, zero for now */
114 long f_bsize; /* fundamental file system block size */
115 long f_blocks; /* total blocks in file system */
116 long f_bfree; /* free block in fs */
117 long f_bavail; /* free blocks avail to non-superuser */
118 long f_files; /* total file nodes in file system */
119 long f_ffree; /* free file nodes in fs */
120 fsid_t f_fsid; /* file system id */
121 long f_spare[7]; /* spare for later */
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dstatfs.c33 statfs(char *s, struct statfs *b) in statfs() function
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dstatfs.c34 statfs(char *s, struct statfs *b) in statfs() function
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c83 statfs(char *path, struct statfs *buf) in statfs() function
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpusg.h83 #define statfs statvfs /* both struct and func */ macro
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c1651 struct statfs statfs; in show_statfs() local
1677 struct statfs32 statfs; in show_statfs32() local