Searched refs:shadow_dvp (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c663 struct vnode *shadow_dvp = NULL; local
679 error = get_shadow_dir(&shadow_dvp);
697 if (VNOP_LOOKUP (shadow_dvp, &shadowfile, &cn, kernelctx) == 0) {
710 vnode_put (shadow_dvp);

Completed in 27 milliseconds