| /xnu-11215/bsd/nfs/ |
| H A D | nfs_serv.c | 373 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_access() 444 error = vnode_getattr(vp, &vattr, ctx); in nfsrv_getattr() 730 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_lookup() 856 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_readlink() 995 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_read() 1035 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_read() 3526 attrerr = vnode_getattr(vp, &attr, ctx); in nfsrv_link() 4601 attrerr = vnode_getattr(vp, &attr, ctx); in nfsrv_readdirplus() 4688 if (vnode_getattr(nvp, vap, ctx)) { in nfsrv_readdirplus() 4982 attrerr = vnode_getattr(vp, &attr, ctx); in nfsrv_fsinfo() [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | decmpfs.c | 272 int error = vnode_getattr(vp, &va, decmpfs_ctx); 832 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx); 956 error = vnode_getattr(vp, &va_fetch, decmpfs_ctx); 2006 err = vnode_getattr(vp, &va, decmpfs_ctx);
|
| H A D | kern_core.c | 453 vnode_getattr(vp, vap, ctx) || vap->va_nlink != 1) { in coredump()
|
| H A D | kern_authorization.c | 823 if ((error = vnode_getattr(dvp, &dva, ctx)) != 0) { in kauth_acl_inherit()
|
| H A D | kern_symfile.c | 298 if (vnode_getattr(ref->vp, &va, ref->ctx)) { in kern_open_file_for_direct_io()
|
| H A D | mach_loader.c | 3049 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
|
| H A D | proc_info.c | 1253 ret = vnode_getattr(vp, &va, vfs_context_current()); in proc_pidregionpathinfo3()
|
| H A D | kern_exec.c | 6570 if ((error = vnode_getattr(vp, vap, imgp->ip_vfs_context)) != 0) { in exec_check_permissions()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_xattr.c | 2239 if (vnode_getattr(vp, &va, context) == 0) { in default_setxattr_vfs() 2457 if (vnode_getattr(vp, &va, context) == 0) { in default_removexattr_vfs() 2926 if (vnode_getattr(vp, &va, context) == 0) { in default_setxattr_doubleagent() 3009 if (vnode_getattr(vp, &va, context) == 0) { in default_removexattr_doubleagent() 3209 if ((error = vnode_getattr(xvp, va, context)) != 0) { in open_xattrfile() 3266 if ((error = vnode_getattr(xvp, va, context)) != 0) { in open_xattrfile() 3450 if ((error = vnode_getattr(xvp, &va, context))) { in get_xattrinfo()
|
| H A D | vfs_fsevents.c | 839 if ((ret = vnode_getattr(vp, &va, vfs_context_kernel())) != 0) { in add_fsevent() 866 if ((ret = vnode_getattr(vp, &va, vfs_context_kernel()) != 0) || in add_fsevent() 2996 if (vnode_getattr(vp, &va, vfs_context_kernel()) != 0) { in get_fse_info()
|
| H A D | vfs_subr.c | 7824 error = vnode_getattr(vp, &va, ctx); in vnode_mtime() 7839 error = vnode_getattr(vp, &va, ctx); in vnode_flags() 7858 error = vnode_getattr(vp, &va, ctx); in vnode_size() 10256 if ((result = vnode_getattr(vp, &va, ctx)) != 0) { in vnode_authorize_callback_int() 10271 if ((result = vnode_getattr(vcp->dvp, &dva, ctx)) != 0) { in vnode_authorize_callback_int() 10515 if ((error = vnode_getattr(dvp, &dva, ctx)) != 0) { in vnode_authattr_new_internal() 10814 if ((error = vnode_getattr(vp, &ova, ctx)) != 0) { in vnode_authattr() 13081 error = vnode_getattr(vp, &va, ctx); in is_dataless_file() 13210 error = vnode_getattr(vp, &va, ctx); in vnode_getparent_byid()
|
| H A D | vfs_attrlist.c | 1131 if ((error = vnode_getattr(vp, &va, ctx)) != 0) { in getvolattrlist() 2542 if (vnode_getattr(dvp, &lva, ctx) == 0 && in vattr_get_alt_data() 2558 if (vnode_getattr(dvp, &lva, ctx) == 0 && in vattr_get_alt_data() 3307 if ((error = vnode_getattr(vp, va, ctx)) != 0) { in getattrlist_internal()
|
| H A D | vfs_exclave_fs.c | 144 error = vnode_getattr(vp, &va, vfs_context_kernel()); in get_vnode_info()
|
| H A D | vfs_syscalls.c | 2018 if ((error = vnode_getattr(vp, &va, ctx)) || in prepare_coveredvp() 5743 if (vnode_getattr(vp, &dva, ctx) != 0 || in linkat_internal() 8852 if ((error = vnode_getattr(fvp, vap, ctx)) != 0) { in clonefile_internal() 10296 if (vnode_getattr(vp, lvap, ctx) == 0 && in rmdirat_internal() 10796 if ((error = vnode_getattr(vp, &va, ctx))) { in revoke() 11796 error = vnode_getattr(vp, &va, vfs_context_kernel()); in nspace_resolver_req_completed() 12260 if (vnode_getattr(vp, vap, vfs_context_current()) == 0) { in log_materialization_prevented() 12655 if (vnode_getattr(vp, &va, vfs_context_kernel()) != 0) {
|
| H A D | vfs_vnops.c | 1502 error = vnode_getattr(vp, &va, ctx); in vn_stat_noauth()
|
| H A D | vfs_cache.c | 748 ret = vnode_getattr(vp, &va, ctx); in build_path_with_parent()
|
| H A D | kpi_vfs.c | 2748 vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx) in vnode_getattr() function
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 184 int error = vnode_getattr(checkvp, &covered_rootattr, ectx); in nullfs_special_getattr() 408 error = vnode_getattr(lvp, &va, ctx); in null_get_lowerparent()
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 422 error = vnode_getattr((struct vnode *)fp_get_data(fp), vap, a_context); in fdesc_attr()
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_arg.c | 803 error = vnode_getattr(vp, &va, vfs_context_current()); in audit_arg_vnpath()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode.h | 1407 int vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
|
| /xnu-11215/bsd/vm/ |
| H A D | vm_unix.c | 1319 error = vnode_getattr(srfmp->vp, &va, vfs_context_current()); in shared_region_map_and_slide_setup() 1352 error = vnode_getattr(srfmp->vp, &va, vfs_context_current()); in shared_region_map_and_slide_setup()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12869 vnode_getattr(vp, &va, ctx) || va.va_nlink != 1) {
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 13528 error = vnode_getattr(vp, &va, vfs_context_current());
|