Searched defs:statfs (Results 1 – 6 of 6) sorted by relevance
23 struct statfs { struct24 __statfs_word f_type; argument25 __statfs_word f_bsize; argument26 __statfs_word f_blocks; argument27 __statfs_word f_bfree; argument28 __statfs_word f_bavail; argument29 __statfs_word f_files; argument30 __statfs_word f_ffree; argument32 __statfs_word f_namelen; argument33 __statfs_word f_frsize; argument[all …]
23 struct statfs { struct46 struct statfs64 { argument
3 SYS_FUNC(statfs) in SYS_FUNC() argument
131 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
267 int (*statfs) (struct dentry *, struct kstatfs *); member
732 TEST(MemorySanitizer, statfs) { in TEST() argument