Home
last modified time | relevance | path

Searched refs:vnode_getattr (Results 1 – 24 of 24) sorted by relevance

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c374 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 Ddecmpfs.c272 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 Dkern_core.c517 vnode_getattr(vp, vap, ctx) || vap->va_nlink != 1) { in coredump()
H A Dkern_authorization.c823 if ((error = vnode_getattr(dvp, &dva, ctx)) != 0) { in kauth_acl_inherit()
H A Dkern_symfile.c299 if (vnode_getattr(ref->vp, &va, ref->ctx)) { in kern_open_file_for_direct_io()
H A Dmach_loader.c3331 int error = vnode_getattr(vp, va, imgp->ip_vfs_context); in load_dylinker()
H A Dproc_info.c1296 ret = vnode_getattr(vp, &va, vfs_context_current()); in proc_pidregionpathinfo3()
H A Dkern_exec.c7241 if ((error = vnode_getattr(vp, vap, imgp->ip_vfs_context)) != 0) { in exec_check_permissions()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c184 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 Dvfs_xattr.c1994 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 Dvfs_fsevents.c839 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 Dvfs_subr.c7869 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 Dvfs_attrlist.c1188 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 Dvfs_exclave_fs.c145 error = vnode_getattr(vp, &va, vfs_context_kernel()); in get_vnode_info()
H A Dvfs_syscalls.c2101 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 Dvfs_vnops.c1547 error = vnode_getattr(vp, &va, ctx); in vn_stat_noauth()
H A Dvfs_cache.c748 ret = vnode_getattr(vp, &va, ctx); in build_path_with_parent()
H A Dkpi_vfs.c2798 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 Ddevfs_fdesc_support.c434 error = vnode_getattr(vp, vap, a_context); in fdesc_attr()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_arg.c803 error = vnode_getattr(vp, &va, vfs_context_current()); in audit_arg_vnpath()
/xnu-12377.41.6/bsd/sys/
H A Dvnode.h1414 int vnode_getattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c1411 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 DIOPMrootDomain.cpp13247 vnode_getattr(vp, &va, ctx) || va.va_nlink != 1) {
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp13566 error = vnode_getattr(vp, &va, vfs_context_current());