Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c149 VFS_STATFS(mp, &mp->mnt_stat); in zfs_ioctl_update_mount_cache()
/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vfsops.c488 error = VFS_STATFS(ump->um_lowermp, mstat); in unionfs_statfs()
500 error = VFS_STATFS(ump->um_uppermp, mstat); in unionfs_statfs()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c221 (void) VFS_STATFS(mp, &mp->mnt_stat); in mount_snapshot()
/freebsd-14.2/sys/security/audit/
H A Daudit_worker.c171 error = VFS_STATFS(mp, mnt_stat); in audit_record_write()
/freebsd-14.2/sys/kern/
H A Dkern_acct.c576 if (VFS_STATFS(acct_vp->v_mount, sp) < 0) { in acctwatch()
H A Dvfs_mountroot.c277 error = VFS_STATFS(mp, &mp->mnt_stat); in vfs_mountroot_devfs()
H A Dvfs_default.c851 error = VFS_STATFS(vp->v_mount, sfs, td); in vop_stdallocate()
H A Dvfs_mount.c1193 (error1 = VFS_STATFS(mp, &mp->mnt_stat)) != 0 || in vfs_domount_first()
1555 (void)VFS_STATFS(mp, &mp->mnt_stat); in vfs_domount_update()
H A Dvfs_syscalls.c293 error = VFS_STATFS(mp, buf); in kern_do_statfs()
539 error = VFS_STATFS(mp, sp); in kern_getfsstat()
4759 error = VFS_STATFS(mp, buf); in kern_fhstatfs()
/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vfsops.c366 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat); in nullfs_statfs()
/freebsd-14.2/sys/sys/
H A Dmount.h879 #define VFS_STATFS(MP, SBP) ({ \ macro
/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1849 error = VFS_STATFS(vp->v_mount, sf); in nfsvno_statfs()
6580 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_pnfsstatfs()
7160 error = VFS_STATFS(dvp->v_mount, tsf); in nfsrv_checknospc()
/freebsd-14.2/share/man/man9/
H A DMakefile366 VFS_STATFS.9 \
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_block.c851 error = VFS_STATFS(be_lun->vn->v_mount, &statfs); in ctl_be_block_getattr_file()
/freebsd-14.2/sys/fs/nfs/
H A Dnfs_commonsubs.c2606 error = VFS_STATFS(mp, fs); in nfsv4_fillattr()