Home
last modified time | relevance | path

Searched refs:VNOP_GETATTR (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c615 if (VNOP_GETATTR(svp, &va, context) != 0 || in vnode_flushnamedstream()
784 if (VNOP_GETATTR(vp, &va, context) != 0 || in getshadowfile()
808 if (VNOP_GETATTR(svp, &va, context) == 0 && in getshadowfile()
1114 if (VNOP_GETATTR(parent_sdvp, &va, kernelctx) != 0 || in is_shadow_dir_valid()
1132 if (VNOP_GETATTR(sdvp, &va, kernelctx) != 0 || in is_shadow_dir_valid()
2184 if (VNOP_GETATTR(vp, va, context) == 0 && in open_xattrfile()
2248 if (VNOP_GETATTR(vp, va, context) == 0 && VATTR_IS_SUPPORTED(va, va_uid)) { in open_xattrfile()
2253 if (VNOP_GETATTR(xvp, va, context) == 0 && (owner != va->va_uid)) { in open_xattrfile()
H A Dvfs_exclave_fs.c1541 error = VNOP_GETATTR(vp, vap, ctx); in vfs_exclave_fs_getsize()
H A Dkpi_vfs.c2836 error = VNOP_GETATTR(vp, vap, ctx); in vnode_getattr()
3824 VNOP_GETATTR(vnode_t vp, struct vnode_attr * vap, vfs_context_t ctx) in VNOP_GETATTR() function
5265 if (VNOP_GETATTR(xvp, &va, ctx) == 0 && in xattrfile_remove()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c104 error = VNOP_GETATTR(lowervp, args->a_vap, args->a_context); in bindfs_getattr()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h424 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c278 error = VNOP_GETATTR(lowervp, args->a_vap, ectx); in nullfs_getattr()
/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c4377 error = VNOP_GETATTR(vp, &va, &context); in sys_fcntl_nocancel()