Home
last modified time | relevance | path

Searched refs:vfs_getattr (Results 1 – 16 of 16) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkern_acct.c389 (void)vfs_getattr(suspend_acctp->v_mount, &va, ctx); in acctwatch()
407 (void)vfs_getattr(acctp->v_mount, &va, ctx); in acctwatch()
H A Dbsd_init.c1527 error = vfs_getattr(mp, &vfsattr, vfs_context_kernel()); in bsdmgroot_bootable()
H A Dimageboot.c422 if (vfs_getattr(mp, &va, vfs_context_current()) != 0) { in set_fake_bootuuid()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c98 return vfs_getattr(mp, vfap, ctx); in bindfs_vfs_getlowerattr()
547 .vfs_getattr = bindfs_vfs_getattr,
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c98 return vfs_getattr(mp, vfap, ctx); in nullfs_vfs_getlowerattr()
577 .vfs_getattr = nullfs_vfs_getattr,
/xnu-12377.41.6/bsd/sys/
H A Dmount.h655 int (*vfs_getattr)(struct mount *mp, struct vfs_attr *vfa, vfs_context_t context); member
1335 int vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx);
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c508 .vfs_getattr = devfs_vfs_getattr,
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cprotect.c441 if (vfs_getattr(mp, &va, vfs_context_current())) { in cp_vfs_callback()
H A Dkpi_vfs.c298 if ((mp == dead_mountp) || (mp->mnt_op->vfs_getattr == 0)) { in VFS_GETATTR()
306 error = (*mp->mnt_op->vfs_getattr)(mp, vfa, ctx); in VFS_GETATTR()
745 vfs_getattr(mount_t mp, struct vfs_attr *vfa, vfs_context_t ctx) in vfs_getattr() function
H A Dvfs_lookup.c2392 if (vfs_getattr(mp, &vfsattr, vfs_context_kernel()) == 0 &&
H A Dvfs_vnops.c1961 if (vfs_getattr(vnode_mount(vp), &vfa, ctx) == 0 && in vn_pathconf()
H A Dvfs_syscalls.c1880 vfs_getattr(mp, &vfsattr, ctx) == 0 && in mount_common()
1915 if (vfs_getattr(mp, &vfsattr, ctx) == 0 && VFSATTR_IS_SUPPORTED(&vfsattr, f_fssubtype)) { in mount_common()
4266 vfs_getattr(mp, &vfsattr, vfs_context_kernel()) == 0 && in vnode_getfromid()
13187 if ((vfs_getattr(mp, &vfa, vfs_context_current()) == 0) && in handle_sync_volume()
14739 if ((vfs_getattr(vnode_mount(*rvpp), &vfa, ctx) != 0) || in vnode_get_snapshot()
H A Dvfs_subr.c1322 if (vfs_getattr(mp, &vfsattr, ctx) == 0 && in vfs_mountroot()
7578 if ((error = vfs_getattr(mp, &va, ctx)) != 0) { in vfs_update_vfsstat()
H A Dvfs_attrlist.c1074 if ((error = vfs_getattr(mnt, &vs, ctx)) != 0) { in getvolattrlist()
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c482 .vfs_getattr = routefs_vfs_getattr,
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c4901 error = vfs_getattr(vnode_mount(vp), &va, ctx); in nfsrv_statfs()