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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c1015 struct synthfsnode *dsp = VTOS(dp); local
1062 if ((dsp->s_parent != NULL) && (dsp->s_parent != VTOS(dp))) {
1063 target_vp = STOV(dsp->s_parent);
1084 TAILQ_FOREACH(entry, &dsp->s_u.d.d_subnodes, s_sibling) {
1111 if ((dsp->s_mode & S_ISVTX) &&
1113 (kauth_cred_getuid(cred) != dsp->s_uid) &&

Completed in 23 milliseconds