Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c146 VFS_STATFS(mp, &mp->mnt_stat); in zfs_ioctl_update_mount_cache()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c486 error = VFS_STATFS(ump->um_lowermp, mstat); in unionfs_statfs()
498 error = VFS_STATFS(ump->um_uppermp, mstat); in unionfs_statfs()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c218 (void) VFS_STATFS(mp, &mp->mnt_stat); in mount_snapshot()
/freebsd/sys/security/audit/
H A Daudit_worker.c170 error = VFS_STATFS(mp, mnt_stat); in audit_record_write()
/freebsd/sys/kern/
H A Dkern_acct.c573 if (VFS_STATFS(acct_vp->v_mount, sp) < 0) { in acctwatch()
H A Dvfs_mountroot.c276 error = VFS_STATFS(mp, &mp->mnt_stat); in vfs_mountroot_devfs()
H A Dvfs_default.c848 error = VFS_STATFS(vp->v_mount, sfs, td); in vop_stdallocate()
H A Dvfs_mount.c1192 (error1 = VFS_STATFS(mp, &mp->mnt_stat)) != 0 || in vfs_domount_first()
1547 (void)VFS_STATFS(mp, &mp->mnt_stat); in vfs_domount_update()
H A Dvfs_syscalls.c291 error = VFS_STATFS(mp, buf); in kern_do_statfs()
537 error = VFS_STATFS(mp, sp); in kern_getfsstat()
4756 error = VFS_STATFS(mp, buf); in kern_fhstatfs()
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c362 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat); in nullfs_statfs()
/freebsd/sys/sys/
H A Dmount.h877 #define VFS_STATFS(MP, SBP) ({ \ macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1817 error = VFS_STATFS(vp->v_mount, sf); in nfsvno_statfs()
6538 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_pnfsstatfs()
7118 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_checknospc()
/freebsd/share/man/man9/
H A DMakefile368 VFS_STATFS.9 \
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c871 error = VFS_STATFS(be_lun->vn->v_mount, &statfs); in ctl_be_block_getattr_file()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c2601 error = VFS_STATFS(mp, fs); in nfsv4_fillattr()