Searched refs:VFS_STATFS (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ioctl_os.c | 142 VFS_STATFS(mp, &mp->mnt_stat); in zfs_ioctl_update_mount_cache()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 483 error = VFS_STATFS(ump->um_lowermp, mstat); in unionfs_statfs() 495 error = VFS_STATFS(ump->um_uppermp, mstat); in unionfs_statfs()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_vfs.c | 218 (void) VFS_STATFS(mp, &mp->mnt_stat); in mount_snapshot()
|
/freebsd/sys/security/audit/ |
H A D | audit_worker.c | 170 error = VFS_STATFS(mp, mnt_stat); in audit_record_write()
|
/freebsd/sys/kern/ |
H A D | kern_acct.c | 573 if (VFS_STATFS(acct_vp->v_mount, sp) < 0) { in acctwatch()
|
H A D | vfs_mountroot.c | 276 error = VFS_STATFS(mp, &mp->mnt_stat); in vfs_mountroot_devfs()
|
H A D | vfs_default.c | 848 error = VFS_STATFS(vp->v_mount, sfs, td); in vop_stdallocate()
|
H A D | vfs_mount.c | 1192 (error1 = VFS_STATFS(mp, &mp->mnt_stat)) != 0 || in vfs_domount_first() 1554 (void)VFS_STATFS(mp, &mp->mnt_stat); in vfs_domount_update()
|
H A D | vfs_syscalls.c | 291 error = VFS_STATFS(mp, buf); in kern_do_statfs() 537 error = VFS_STATFS(mp, sp); in kern_getfsstat() 4795 error = VFS_STATFS(mp, buf); in kern_fhstatfs()
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 362 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat); in nullfs_statfs()
|
/freebsd/sys/sys/ |
H A D | mount.h | 879 #define VFS_STATFS(MP, SBP) ({ \ macro
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 1848 error = VFS_STATFS(vp->v_mount, sf); in nfsvno_statfs() 6602 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_pnfsstatfs() 7182 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_checknospc()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 368 VFS_STATFS.9 \
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 869 error = VFS_STATFS(be_lun->vn->v_mount, &statfs); in ctl_be_block_getattr_file()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 2624 error = VFS_STATFS(mp, fs); in nfsv4_fillattr()
|