Home
last modified time | relevance | path

Searched refs:xvp (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c1543 static void remove_xattrfile(struct fileglob *xfg, vnode_t xvp, vfs_context_t context);
1655 vnode_t xvp = NULL; in default_getxattr_doubleagent() local
1675 xvp = fg_get_data(xfg); in default_getxattr_doubleagent()
1681 vnode_put(xvp); in default_getxattr_doubleagent()
1696 error = vnode_getwithref(xvp); in default_getxattr_doubleagent()
1707 error = VNOP_READ(xvp, uio, 0, context); in default_getxattr_doubleagent()
1722 error = VNOP_READ(xvp, uio, 0, context); in default_getxattr_doubleagent()
1746 vnode_t xvp = NULL; in default_listxattr_doubleagent() local
1771 xvp = fg_get_data(xfg); in default_listxattr_doubleagent()
1777 vnode_put(xvp); in default_listxattr_doubleagent()
[all …]
H A Dkpi_vfs.c5218 vnode_t xvp; in xattrfile_remove() local
5243 xvp = nd.ni_vp; in xattrfile_remove()
5246 if (xvp->v_type != VREG) { in xattrfile_remove()
5265 if (VNOP_GETATTR(xvp, &va, ctx) == 0 && in xattrfile_remove()
5302 error = VNOP_REMOVE(dvp, xvp, &nd.ni_cnd, 0, ctx); in xattrfile_remove()
5304 vnode_setneedinactive(xvp); in xattrfile_remove()
5307 post_event_if_success(xvp, error, NOTE_DELETE); in xattrfile_remove()
5313 vnode_put(xvp); in xattrfile_remove()
5328 vnode_t xvp; in xattrfile_setattr() local
5354 xvp = nd.ni_vp; in xattrfile_setattr()
[all …]
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c1667 vnode_t mvp = NULL, xvp = NULL; in nfsrv_export() local
2005 xvp = mvp; in nfsrv_export()
2006 vnode_get(xvp); in nfsrv_export()
2022 xvp = xnd.ni_vp; in nfsrv_export()
2025 if (vnode_vtype(xvp) != VDIR) { in nfsrv_export()
2027 vnode_put(xvp); in nfsrv_export()
2033 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL); in nfsrv_export()
2041 vnode_put(xvp); in nfsrv_export()