Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c258 human_fstype (STRUCT_STATVFS const *statfsbuf) in human_fstype() argument
261 return statfsbuf->STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME; in human_fstype()
263 switch (statfsbuf->f_type) in human_fstype()
622 unsigned long int type = statfsbuf->f_type; in human_fstype()
863 STRUCT_STATVFS const *statfsbuf = data; in print_statfs() local
875 uintmax_t fsid = statfsbuf->f_fsid; in print_statfs()
881 static_assert (sizeof statfsbuf->f_fsid % alignof (fsid_word) == 0); in print_statfs()
882 fsid_word const *p = (fsid_word *) &statfsbuf->f_fsid; in print_statfs()
887 int words = sizeof statfsbuf->f_fsid / sizeof *p; in print_statfs()
899 OUT_NAMEMAX (pformat, prefix_len, SB_F_NAMEMAX (statfsbuf)); in print_statfs()
[all …]