Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dstatfs.h60 struct statfs32 { struct
61 int16_t f_fstyp;
62 int32_t f_bsize;
63 int32_t f_frsize;
64 int32_t f_blocks;
65 int32_t f_bfree;
66 ino32_t f_files;
67 ino32_t f_ffree;
68 char f_fname[6];
69 char f_fpack[6];
/titanic_41/usr/src/uts/common/syscall/
H A Dstatfs.c67 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) in statfs32() function