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

/external/kernel-headers/original/uapi/asm-generic/
H A Dstatfs.h14 #ifndef __statfs_word
16 #define __statfs_word __kernel_long_t macro
18 #define __statfs_word __u32 macro
23 __statfs_word f_type;
24 __statfs_word f_bsize;
25 __statfs_word f_blocks;
26 __statfs_word f_bfree;
27 __statfs_word f_bavail;
28 __statfs_word f_files;
29 __statfs_word f_ffre
[all...]

Completed in 176 milliseconds