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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h260 #define ERECYCLE (-5) /* restart lookup under heavy vnode pressure/recycling */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c144 * lookup:ERECYCLE vnode was recycled from underneath us in lookup.
423 if (error == ERECYCLE){
480 * cache_lookup_path:ERECYCLE (vnode was recycled from underneath us, redrive lookup again)
H A Dvfs_cache.c828 * ERECYCLE vnode was recycled from underneath us. Force lookup to be re-driven from namei.
1085 error = ERECYCLE;
H A Dvfs_syscalls.c5124 * call from the top again. Currently, only HFS bubbles out ERECYCLE,
5127 if (error == ERECYCLE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c2635 * To signal VFS, we return ERECYCLE (which is also used for lookup restarts). This errno
2645 error = ERECYCLE;

Completed in 118 milliseconds