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

/xnu-2422.115.4/bsd/sys/
H A Derrno.h274 #define ERECYCLE (-5) /* restart lookup under heavy vnode pressure/recycling */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c1088 * Emit ERECYCLE and GNV_CAT_ATTRCHANGED to
1111 return ERECYCLE;
1185 if (error == ERECYCLE) {
1187 return (ERECYCLE);
1567 *error = ERECYCLE;
1573 *error = ERECYCLE;
1579 *error = ERECYCLE;
1585 *error = ERECYCLE;
H A Dhfs_lookup.c403 * any issues, it will bubble out ERECYCLE, which we need to swallow and use as the
407 if ((retval == ERECYCLE) && (newvnode_flags & GNV_CAT_ATTRCHANGED)) {
H A Dhfs_vnops.c4787 * To signal VFS, we return ERECYCLE (which is also used for lookup restarts). This errno
4797 error = ERECYCLE;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1038 * ERECYCLE vnode was recycled from underneath us. Force lookup to be re-driven from namei.
1339 error = ERECYCLE;
H A Dvfs_lookup.c159 * lookup:ERECYCLE vnode was recycled from underneath us in lookup.
438 if (error == ERECYCLE){
893 * cache_lookup_path:ERECYCLE (vnode was recycled from underneath us, redrive lookup again)
H A Dvfs_syscalls.c6364 * call from the top again. Currently, only HFS bubbles out ERECYCLE,
6367 if (error == ERECYCLE) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2024 while ((error = lookup(&ni)) == ERECYCLE) {
2285 while ((error = lookup(&ni)) == ERECYCLE) {
3406 while ((error = lookup(&ni)) == ERECYCLE) {
H A Dnfs_subs.c2151 while ((error = lookup(nip)) == ERECYCLE) {
3062 while ((error = lookup(&xnd)) == ERECYCLE) {

Completed in 122 milliseconds