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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4340 u_long ndflags = 0; local
4347 ndflags = NOFOLLOW;
4349 ndflags = FOLLOW;
4352 ndflags |= NOCROSSMOUNT;
4354 ndflags |= DOWHITEOUT;
4357 NDINIT(&nd, LOOKUP, ndflags, UIO_SYSSPACE, CAST_USER_ADDR_T(path), ctx);
4372 u_long ndflags = 0; local
4383 ndflags = NOFOLLOW;
4385 ndflags = FOLLOW;
4388 ndflags |
[all...]

Completed in 48 milliseconds