Home
last modified time | relevance | path

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

/titanic_51/usr/src/ucbhead/sys/
H A Dvfs.h253 struct statfs64 { struct
254 f_typestatfs64 global() argument
256 f_bsizestatfs64 global() argument
257 f_blocksstatfs64 global() argument
258 f_bfreestatfs64 global() argument
259 f_bavailstatfs64 global() argument
260 f_filesstatfs64 global() argument
261 f_ffreestatfs64 global() argument
262 f_fsidstatfs64 global() argument
263 f_sparestatfs64 global() argument
/titanic_51/usr/src/ucblib/libucb/port/gen/
H A Dstatfs.c41 statfs64(char *path, struct statfs64 *buf) in statfs64() function