Searched refs:VFS_STATFS (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 405 error = VFS_STATFS(ump->um_lowervp->v_mount, mstat); in unionfs_statfs() 417 error = VFS_STATFS(ump->um_uppervp->v_mount, mstat); in unionfs_statfs()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_vfs.c | 220 (void)VFS_STATFS(mp, &mp->mnt_stat); in mount_snapshot()
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | audit_worker.c | 173 error = VFS_STATFS(mp, mnt_stat); in audit_record_write()
|
| /freebsd-12.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 329 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat);
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_acct.c | 592 if (VFS_STATFS(acct_vp->v_mount, sp) < 0) { in acctwatch()
|
| H A D | vfs_mount.c | 894 (error1 = VFS_STATFS(mp, &mp->mnt_stat)) != 0 || in vfs_domount_first() 1086 (void)VFS_STATFS(mp, &mp->mnt_stat); in vfs_domount_update()
|
| H A D | vfs_default.c | 885 error = VFS_STATFS(vp->v_mount, sfs, td); in vop_stdallocate()
|
| H A D | vfs_syscalls.c | 272 error = VFS_STATFS(mp, sp); in kern_do_statfs() 490 error = VFS_STATFS(mp, sp); in kern_getfsstat() 4511 error = VFS_STATFS(mp, sp); in kern_fhstatfs()
|
| /freebsd-12.1/sys/sys/ |
| H A D | mount.h | 745 #define VFS_STATFS(MP, SBP) ({ \ macro
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 341 VFS_STATFS.9 \
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 1602 error = VFS_STATFS(vp->v_mount, sf); in nfsvno_statfs() 5684 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_pnfsstatfs()
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 847 error = VFS_STATFS(be_lun->vn->v_mount, &statfs); in ctl_be_block_getattr_file()
|
| /freebsd-12.1/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 2478 error = VFS_STATFS(mp, fs); in nfsv4_fillattr()
|