Home
last modified time | relevance | path

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

/coreutils/m4/
Dstat-prog.m473 [Define to 1 if the f_fsid member of struct statvfs is an integer.])])
85 [Define to 1 if the f_fsid member of struct statfs is an integer.])])
/coreutils/src/
Dstat.c124 # define f_fsid dev macro
875 uintmax_t fsid = statfsbuf->f_fsid; in print_statfs()
879 static_assert (offsetof (STRUCT_STATVFS, f_fsid) % alignof (fsid_word) 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()