| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 374 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_access() 445 error = vnode_getattr(vp, &vattr, ctx); in nfsrv_getattr() 547 error = preattrerr = vnode_getattr(vp, &preattr, ctx); in nfsrv_setattr() 626 postattrerr = vnode_getattr(vp, &postattr, ctx); in nfsrv_setattr() 719 dirattrerr = vnode_getattr(dirp, &dirattr, ctx); in nfsrv_lookup() 731 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_lookup() 857 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_readlink() 996 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_read() 1036 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_read() 1380 preattrerr = vnode_getattr(vp, &preattr, ctx); in nfsrv_write() [all …]
|
| /xnu-12377.41.6/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 | 517 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 | 299 if (vnode_getattr(ref->vp, &va, ref->ctx)) { in kern_open_file_for_direct_io()
|
| H A D | mach_loader.c | 3331 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
|
| H A D | proc_info.c | 1296 ret = vnode_getattr(vp, &va, vfs_context_current()); in proc_pidregionpathinfo3()
|
| H A D | kern_exec.c | 7241 if ((error = vnode_getattr(vp, vap, imgp->ip_vfs_context)) != 0) { in exec_check_permissions()
|
| /xnu-12377.41.6/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-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 1994 if (vnode_getattr(vp, &va, context) == 0) { in default_setxattr_doubleagent() 2077 if (vnode_getattr(vp, &va, context) == 0) { in default_removexattr_doubleagent() 2309 if ((error = vnode_getattr(xvp, va, context)) != 0) { in open_xattrfile()
|
| 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 | 7869 error = vnode_getattr(vp, &va, ctx); in vnode_mtime() 7884 error = vnode_getattr(vp, &va, ctx); in vnode_flags() 7903 error = vnode_getattr(vp, &va, ctx); in vnode_size() 10372 if ((result = vnode_getattr(vp, &va, ctx)) != 0) { in vnode_authorize_callback_int() 10387 if ((result = vnode_getattr(vcp->dvp, &dva, ctx)) != 0) { in vnode_authorize_callback_int() 10631 if ((error = vnode_getattr(dvp, &dva, ctx)) != 0) { in vnode_authattr_new_internal() 10930 if ((error = vnode_getattr(vp, &ova, ctx)) != 0) { in vnode_authattr() 13197 error = vnode_getattr(vp, &va, ctx); in is_dataless_file() 13326 error = vnode_getattr(vp, &va, ctx); in vnode_getparent_byid() 13469 error = vnode_getattr(vp, &va, vfs_context_current()); in vnode_hasmultipath()
|
| H A D | vfs_attrlist.c | 1188 if ((error = vnode_getattr(vp, &va, ctx)) != 0) { in getvolattrlist() 2605 if (vnode_getattr(dvp, &lva, ctx) == 0 && in vattr_get_alt_data() 2621 if (vnode_getattr(dvp, &lva, ctx) == 0 && in vattr_get_alt_data() 3427 if ((error = vnode_getattr(vp, va, ctx)) != 0) { in getattrlist_internal()
|
| H A D | vfs_exclave_fs.c | 145 error = vnode_getattr(vp, &va, vfs_context_kernel()); in get_vnode_info()
|
| H A D | vfs_syscalls.c | 2101 if ((error = vnode_getattr(vp, &va, ctx)) || in prepare_coveredvp() 6020 if (vnode_getattr(vp, &dva, ctx) != 0 || in linkat_internal() 9200 if ((error = vnode_getattr(fvp, vap, ctx)) != 0) { in clonefile_internal() 10711 if (vnode_getattr(vp, lvap, ctx) == 0 && in rmdirat_internal() 11218 if ((error = vnode_getattr(vp, &va, ctx))) { in revoke() 12225 error = vnode_getattr(vp, &va, vfs_context_kernel()); in nspace_resolver_req_completed() 12709 if (vnode_getattr(vp, vap, vfs_context_current()) == 0) { in log_materialization_prevented() 13105 if (vnode_getattr(vp, &va, vfs_context_kernel()) != 0) {
|
| H A D | vfs_vnops.c | 1547 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 | 2798 vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx) in vnode_getattr() function
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 434 error = vnode_getattr(vp, vap, a_context); in fdesc_attr()
|
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit_arg.c | 803 error = vnode_getattr(vp, &va, vfs_context_current()); in audit_arg_vnpath()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode.h | 1414 int vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
|
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_unix.c | 1411 error = vnode_getattr(srfmp->vp, &va, vfs_context_current()); in shared_region_map_and_slide_setup() 1444 error = vnode_getattr(srfmp->vp, &va, vfs_context_current()); in shared_region_map_and_slide_setup()
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 13247 vnode_getattr(vp, &va, ctx) || va.va_nlink != 1) {
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | OSKext.cpp | 13566 error = vnode_getattr(vp, &va, vfs_context_current());
|