Searched refs:bsd_statfs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c357 bsd_to_linux_statfs(struct statfs *bsd_statfs, struct l_statfs *linux_statfs) argument
364 tmp = bsd_statfs->f_blocks | bsd_statfs->f_bfree | bsd_statfs->f_files |
365 bsd_statfs->f_bsize;
366 if ((bsd_statfs->f_bavail != -1 && (bsd_statfs->f_bavail & LINUX_HIBITS)) ||
367 (bsd_statfs->f_ffree != -1 && (bsd_statfs->f_ffree & LINUX_HIBITS)) ||
372 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs
393 struct statfs *bsd_statfs; local
416 bsd_to_linux_statfs64(struct statfs *bsd_statfs, struct l_statfs64 *linux_statfs) argument
438 struct statfs *bsd_statfs; local
466 struct statfs *bsd_statfs; local
491 struct statfs *bsd_statfs; local
[all...]

Completed in 80 milliseconds