Searched refs:VNOP_GETATTR (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 615 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 D | vfs_exclave_fs.c | 1541 error = VNOP_GETATTR(vp, vap, ctx); in vfs_exclave_fs_getsize()
|
| H A D | kpi_vfs.c | 2836 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 D | bind_vnops.c | 104 error = VNOP_GETATTR(lowervp, args->a_vap, args->a_context); in bindfs_getattr()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 424 extern errno_t VNOP_GETATTR(vnode_t, struct vnode_attr *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 278 error = VNOP_GETATTR(lowervp, args->a_vap, ectx); in nullfs_getattr()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 4377 error = VNOP_GETATTR(vp, &va, &context); in sys_fcntl_nocancel()
|