Searched defs:statfs64 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | vfs.h | 251 struct statfs64 { struct 252 long f_type; /* type of info, zero for now */ 254 ulong_t f_bsize; /* fundamental file system block size */ 255 fsblkcnt_t f_blocks; /* total blocks in file system */ 256 fsblkcnt_t f_bfree; /* free blocks in fs */ 257 fsblkcnt_t f_bavail; /* free blocks avail to non-superuser */ 258 fsfilcnt_t f_files; /* total file nodes in file system */ 259 fsfilcnt_t f_ffree; /* free files nodes in fs */ 260 fsid_t f_fsid; /* file system id */ 261 int f_spare[7]; /* spare for later */
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | statfs.c | 39 statfs64(char *path, struct statfs64 *buf) in statfs64() function
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.json | 1 …writev", "sendfile64", "inotify_rm_watch", "signalfd4", "epoll_wait", "fstatfs64", "listen", "fcnt… array
|
H A D | implicit_dependencies_verbose.json | 1 …{"reason": ["fd->flags"], "call": "fadvise64_64"}, {"reason": ["fd->flags"], "call": "pwritev64"},…
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies.json | 1 …writev", "sendfile64", "inotify_rm_watch", "signalfd4", "epoll_wait", "fstatfs64", "listen", "fcnt… array
|
H A D | implicit_dependencies_verbose.json | 1 …ason": ["super_block->s_export_op"], "call": "syncfs"}, {"reason": ["path->dentry", "path->mnt"], …
|