Searched refs:vfs_getattr (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_acct.c | 389 (void)vfs_getattr(suspend_acctp->v_mount, &va, ctx); in acctwatch() 407 (void)vfs_getattr(acctp->v_mount, &va, ctx); in acctwatch()
|
| H A D | bsd_init.c | 1527 error = vfs_getattr(mp, &vfsattr, vfs_context_kernel()); in bsdmgroot_bootable()
|
| H A D | imageboot.c | 422 if (vfs_getattr(mp, &va, vfs_context_current()) != 0) { in set_fake_bootuuid()
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 98 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 D | null_vfsops.c | 98 return vfs_getattr(mp, vfap, ctx); in nullfs_vfs_getlowerattr() 577 .vfs_getattr = nullfs_vfs_getattr,
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 655 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 D | devfs_vfsops.c | 508 .vfs_getattr = devfs_vfs_getattr,
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cprotect.c | 441 if (vfs_getattr(mp, &va, vfs_context_current())) { in cp_vfs_callback()
|
| H A D | kpi_vfs.c | 298 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 D | vfs_lookup.c | 2392 if (vfs_getattr(mp, &vfsattr, vfs_context_kernel()) == 0 &&
|
| H A D | vfs_vnops.c | 1961 if (vfs_getattr(vnode_mount(vp), &vfa, ctx) == 0 && in vn_pathconf()
|
| H A D | vfs_syscalls.c | 1880 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 D | vfs_subr.c | 1322 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 D | vfs_attrlist.c | 1074 if ((error = vfs_getattr(mnt, &vs, ctx)) != 0) { in getvolattrlist()
|
| /xnu-12377.41.6/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 482 .vfs_getattr = routefs_vfs_getattr,
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 4901 error = vfs_getattr(vnode_mount(vp), &va, ctx); in nfsrv_statfs()
|