Home
last modified time | relevance | path

Searched refs:ERELOOKUP (Results 1 – 21 of 21) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Derrno.d238 inline int ERELOOKUP = -5; variable
239 #pragma D binding "1.13" ERELOOKUP
348 errno == ERELOOKUP ? "retry the directory lookup" :
/freebsd/sys/sys/
H A Derrno.h193 #define ERELOOKUP (-5) /* retry the directory lookup */ macro
/freebsd/stand/liblua/
H A Dlerrno.c152 ENTRY(ERELOOKUP),
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c351 if (error == ERELOOKUP) { in ffs_syncvnode()
360 ERELOOKUP : error); in ffs_syncvnode()
404 return (unlocked ? ERELOOKUP : 0); in ffs_syncvnode()
407 error = ERELOOKUP; in ffs_syncvnode()
465 error = ERELOOKUP; in ffs_syncvnode()
2043 if (error != 0 && error != ERELOOKUP) { in ffs_vput_pair()
2058 } while (error == ERELOOKUP); in ffs_vput_pair()
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; in get_parent_vp()
1444 return (ERELOOKUP); in get_parent_vp()
1451 MPASS(error != ERELOOKUP); in get_parent_vp()
1460 error = ERELOOKUP; in get_parent_vp()
1476 error = ERELOOKUP; in get_parent_vp()
3275 return (ERELOOKUP); in softdep_prerename()
3286 * or ERELOOKUP if any of the locks were re-acquired. In the later
3375 return (ERELOOKUP); in softdep_prelink()
[all...]
H A Dffs_snapshot.c294 if (error == ERELOOKUP) in ffs_snapshot()
2588 if (error == ERELOOKUP && vp->v_usecount == 0) { in process_deferred_inactive()
H A Dffs_vfsops.c1623 if (error == ERELOOKUP) in ffs_sync()
/freebsd/sys/kern/
H A Dsubr_syscall.c220 KASSERT(td->td_errno != ERELOOKUP, in syscallret()
H A Dvfs_syscalls.c1483 if (error == ERELOOKUP) in kern_mknodat()
1569 if (error == ERELOOKUP) in kern_mkfifoat()
1675 } while (error == EAGAIN || error == ERELOOKUP); in kern_linkat()
1848 if (error == ERELOOKUP) in kern_symlinkat()
1901 if (error == ERELOOKUP) in sys_undelete()
2049 if (error == ERELOOKUP) in kern_funlinkat()
3560 if (error == ERELOOKUP) in kern_truncate()
3627 if (error == ERELOOKUP) in kern_fsync()
3834 if (error == ERELOOKUP) in kern_renameat()
3911 if (error == ERELOOKUP) in kern_mkdirat()
[all …]
H A Dvfs_lookup.c1008 * if VOP_LOOKUP returns ERELOOKUP, repeat the same level at dirloop in vfs_lookup()
1301 if (error == ERELOOKUP) { in vfs_lookup()
H A Dvfs_subr.c2350 } while (error == ERELOOKUP); in bufobj_invalbuf()
3647 if (error != ERELOOKUP || !want_unlock) in vput_final()
4199 } while (error == ERELOOKUP); in vflush()
H A Dvfs_vnops.c300 if (error == ERELOOKUP) { in vn_open_cred()
1662 if (error == ERELOOKUP) in vn_truncate()
H A Dvfs_aio.c731 if (error != ERELOOKUP) in aio_fsync_vnode()
H A Duipc_usrreq.c616 if (error == ERELOOKUP) in uipc_bindat()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c209 error = ERELOOKUP; in ufs_sync_nlink1()
1046 MPASS(error == ERELOOKUP); in ufs_remove()
1106 MPASS(error == ERELOOKUP); in ufs_link()
1178 MPASS(error == ERELOOKUP); in ufs_whiteout()
2038 MPASS(error == ERELOOKUP); in ufs_mkdir()
2304 MPASS(error == ERELOOKUP); in ufs_rmdir()
2797 MPASS(error == ERELOOKUP); in ufs_makeinode()
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c263 return (ERELOOKUP); in autofs_lookup()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c654 if (error == 0 && nd->nd_repstat == ERELOOKUP) { in nfsrvd_dorpc()
1353 if (nd->nd_repstat == ERELOOKUP) { in nfsrvd_compound()
/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c1331 error = ERELOOKUP; in unionfs_link()
1504 error = ERELOOKUP; in unionfs_rename()
1719 return (ERELOOKUP); in unionfs_rmdir()
H A Dunion_subr.c847 error = ERELOOKUP; in unionfs_set_in_progress_flag()
/freebsd/sys/vm/
H A Dvm_object.c1238 if (error != ERELOOKUP) in vm_object_sync()
/freebsd/sys/dev/md/
H A Dmd.c920 } while (error == ERELOOKUP); in mdstart_vnode()