Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c87 # define STRUCT_STATVFS struct statvfs64 macro
90 # define STRUCT_STATVFS struct statvfs macro
131 # define STRUCT_STATVFS struct fs_info macro
135 # define STRUCT_STATVFS struct statfs macro
258 human_fstype (STRUCT_STATVFS const *statfsbuf) in human_fstype()
863 STRUCT_STATVFS const *statfsbuf = data; in print_statfs()
878 static_assert (alignof (STRUCT_STATVFS) % alignof (fsid_word) == 0); in print_statfs()
879 static_assert (offsetof (STRUCT_STATVFS, f_fsid) % alignof (fsid_word) in print_statfs()
1261 STRUCT_STATVFS statfsbuf; in do_statfs()