Searched defs:statfs (Results 1 - 3 of 3) sorted by relevance

/external/toybox/toys/other/
H A Dstat.c43 struct statfs sf;
107 struct statfs *statfs = (struct statfs *)&TT.stat; local
109 if (type == 'a') xprintf("%llu", statfs->f_bavail);
110 else if (type == 'b') xprintf("%llu", statfs->f_blocks);
111 else if (type == 'c') xprintf("%llu", statfs->f_files);
112 else if (type == 'd') xprintf("%llu", statfs->f_ffree);
113 else if (type == 'f') xprintf("%llu", statfs->f_bfree);
114 else if (type == 'l') xprintf("%ld", statfs
[all...]
/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h22 struct statfs { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */

Completed in 334 milliseconds