Home
last modified time | relevance | path

Searched refs:cn_context (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dnamei.h224 (ndp)->ni_cnd.cn_context = ctx; \
H A Dvnode.h198 vfs_context_t cn_context; member
202 #define cn_proc (cn_context->vc_proc + 0) /* non-lvalue */
203 #define cn_cred (cn_context->vc_ucred + 0) /* non-lvalue */
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_xattr.c567 cn.cn_context = kernelctx; in vnode_relenamedstream()
717 cn.cn_context = kernelctx; in vnode_verifynamedstream()
771 cn.cn_context = context; in getshadowfile()
1224 cn.cn_context = kernelctx; in get_shadow_dir()
1244 cn.cn_context = kernelctx; in get_shadow_dir()
H A Dvfs_lookup.c198 vfs_context_t ctx = cnp->cn_context; in namei()
1296 vfs_context_t ctx = cnp->cn_context;
2072 vfs_context_t ctx = cnp->cn_context;
H A Dvfs_vnops.c379 vfs_context_t ctx = ndp->ni_cnd.cn_context; in vn_open_auth()
H A Dvfs_cache.c448 cn.cn_context = ctx; in vnode_issubdir()
H A Dvfs_syscalls.c4319 error = vnode_getfromfd(ndp->ni_cnd.cn_context, dirfd, in nameiat()
5183 error = vnode_getfromfd(ndp->ni_cnd.cn_context, dirfd, in open1at()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_vnops.c290 vfs_context_t ctx = cnp->cn_context; in devfs_lookup()
1180 vfs_context_t ctx = cnp->cn_context; in devfs_mkdir()
1308 vfs_context_t ctx = cnp->cn_context; in devfs_mknod()
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_serv.c2218 ni.ni_cnd.cn_context = ctx; in nfsrv_create()
2508 ni.ni_cnd.cn_context = vfs_context_current(); in nfsrv_mknod()
3707 ni.ni_cnd.cn_context = ctx; in nfsrv_symlink()
H A Dnfs_subs.c979 nip->ni_cnd.cn_context = ctx; in nfsrv_namei()