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

/freebsd-current/sys/sys/
H A Derrno.h193 #define ERELOOKUP (-5) /* retry the directory lookup */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d238 inline int ERELOOKUP = -5;
239 #pragma D binding "1.13" ERELOOKUP
348 errno == ERELOOKUP ? "retry the directory lookup" :
/freebsd-current/stand/liblua/
H A Dlerrno.c152 ENTRY(ERELOOKUP),
/freebsd-current/sys/kern/
H A Dsubr_syscall.c218 KASSERT(td->td_errno != ERELOOKUP,
219 ("ERELOOKUP not consumed syscall %d", td->td_sa.code));
H A Dvfs_syscalls.c1443 if (error == ERELOOKUP)
1529 if (error == ERELOOKUP)
1635 } while (error == EAGAIN || error == ERELOOKUP);
1808 if (error == ERELOOKUP)
1861 if (error == ERELOOKUP)
2010 if (error == ERELOOKUP)
3520 if (error == ERELOOKUP)
3587 if (error == ERELOOKUP)
3794 if (error == ERELOOKUP)
3871 if (error == ERELOOKUP)
[all...]
H A Dvfs_lookup.c1008 * if VOP_LOOKUP returns ERELOOKUP, repeat the same level at dirloop
1301 if (error == ERELOOKUP) {
H A Dvfs_subr.c2324 } while (error == ERELOOKUP);
3629 if (error != ERELOOKUP || !want_unlock)
4171 } while (error == ERELOOKUP);
H A Dvfs_vnops.c300 if (error == ERELOOKUP) {
1662 if (error == ERELOOKUP)
H A Dvfs_aio.c739 if (error != ERELOOKUP)
H A Duipc_usrreq.c614 if (error == ERELOOKUP)
/freebsd-current/sys/ufs/ffs/
H A Dffs_vnops.c351 if (error == ERELOOKUP) {
360 ERELOOKUP : error);
404 return (unlocked ? ERELOOKUP : 0);
407 error = ERELOOKUP;
465 error = ERELOOKUP;
2041 if (error != 0 && error != ERELOOKUP) {
2056 } while (error == ERELOOKUP);
H A Dffs_snapshot.c285 if (error == ERELOOKUP)
2582 if (error == ERELOOKUP && vp->v_usecount == 0) {
H A Dffs_softdep.c1378 * ERELOOKUP if we have had to unlock either the vnode or the buffer so
1382 * of VOP_FSYNC() in syncer) check for ERELOOKUP and restart at safe
1422 error = ERELOOKUP;
1444 return (ERELOOKUP);
1451 MPASS(error != ERELOOKUP);
1460 error = ERELOOKUP;
1476 error = ERELOOKUP;
3268 return (ERELOOKUP);
3279 * or ERELOOKUP if any of the locks were re-acquired. In the later
3368 return (ERELOOKUP);
[all...]
H A Dffs_vfsops.c1754 if (error == ERELOOKUP)
/freebsd-current/sys/ufs/ufs/
H A Dufs_vnops.c209 error = ERELOOKUP;
1044 MPASS(error == ERELOOKUP);
1104 MPASS(error == ERELOOKUP);
1176 MPASS(error == ERELOOKUP);
2035 MPASS(error == ERELOOKUP);
2300 MPASS(error == ERELOOKUP);
2793 MPASS(error == ERELOOKUP);
/freebsd-current/sys/fs/autofs/
H A Dautofs_vnops.c263 return (ERELOOKUP);
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c553 * ERELOOKUP error return from an RPC function.
654 if (error == 0 && nd->nd_repstat == ERELOOKUP) {
1213 * redo due to a ERELOOKUP return for a operation.
1353 if (nd->nd_repstat == ERELOOKUP) {
/freebsd-current/sys/vm/
H A Dvm_object.c1234 if (error != ERELOOKUP)
/freebsd-current/sys/fs/unionfs/
H A Dunion_vnops.c1308 error = ERELOOKUP;
/freebsd-current/sys/dev/md/
H A Dmd.c920 } while (error == ERELOOKUP);

Completed in 504 milliseconds