Lines Matching refs:__statfs_word
10 #ifndef __statfs_word
12 #define __statfs_word __kernel_long_t macro
14 #define __statfs_word __u32 macro
18 __statfs_word f_type;
19 __statfs_word f_bsize;
20 __statfs_word f_blocks;
21 __statfs_word f_bfree;
22 __statfs_word f_bavail;
23 __statfs_word f_files;
24 __statfs_word f_ffree;
26 __statfs_word f_namelen;
27 __statfs_word f_frsize;
28 __statfs_word f_flags;
29 __statfs_word f_spare[4];
35 __statfs_word f_type;
36 __statfs_word f_bsize;
43 __statfs_word f_namelen;
44 __statfs_word f_frsize;
45 __statfs_word f_flags;
46 __statfs_word f_spare[4];