Searched defs:statfs (Results 1 – 6 of 6) sorted by relevance
22 struct statfs { struct23 __statfs_word f_type; argument24 __statfs_word f_bsize; argument25 __statfs_word f_blocks; argument26 __statfs_word f_bfree; argument27 __statfs_word f_bavail; argument28 __statfs_word f_files; argument29 __statfs_word f_ffree; argument31 __statfs_word f_namelen; argument32 __statfs_word f_frsize; argument[all …]
22 struct statfs { struct45 struct statfs64 { argument
107 struct statfs *statfs = (struct statfs *)&TT.stat; in print_statfs() local
37 statfs \ program
55 SYS_FUNC(statfs) in SYS_FUNC() argument
729 TEST(MemorySanitizer, statfs) { in TEST() argument