Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dstat.c230 static unsigned long long get_f_fsid(const struct statfs *statfsbuf) in get_f_fsid() argument
232 const unsigned *p = (const void*) &statfsbuf->f_fsid; in get_f_fsid()
233 unsigned sz = sizeof(statfsbuf->f_fsid) / sizeof(unsigned); in get_f_fsid()
263 const struct statfs *statfsbuf = data; variable
268 printf(pformat, get_f_fsid(statfsbuf));
271 printf(pformat, (unsigned long) statfsbuf->f_namelen);
274 printf(pformat, (unsigned long) statfsbuf->f_type); /* no equiv */
276 printfs(pformat, human_fstype(statfsbuf->f_type));
279 printf(pformat, (unsigned long long) statfsbuf->f_blocks);
282 printf(pformat, (unsigned long long) statfsbuf->f_bfree);
[all …]