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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c68 static vnode_t shadow_dvp; /* tmp directory to hold stream shadow files */ variable
900 if (shadow_dvp != NULLVP) {
901 if ((error = vnode_getwithvid(shadow_dvp, shadow_vid))) {
902 shadow_dvp = NULLVP;
904 *sdvpp = shadow_dvp;
947 shadow_dvp = sdvp;

Completed in 35 milliseconds