Home
last modified time | relevance | path

Searched refs:__statfs_word (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h22 #ifndef __statfs_word
24 #define __statfs_word __kernel_long_t macro
26 #define __statfs_word __u32 macro
30 __statfs_word f_type;
31 __statfs_word f_bsize;
32 __statfs_word f_blocks;
33 __statfs_word f_bfree;
34 __statfs_word f_bavail;
35 __statfs_word f_files;
36 __statfs_word f_ffree;
[all …]