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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h269 #define ERECYCLE (-5) /* restart lookup under heavy vnode pressure/recycling */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1070 * Emit ERECYCLE and GNV_CAT_ATTRCHANGED to
1093 return ERECYCLE;
1150 if (error == ERECYCLE) {
1152 return (ERECYCLE);
1530 *error = ERECYCLE;
1536 *error = ERECYCLE;
1542 *error = ERECYCLE;
1548 *error = ERECYCLE;
H A Dhfs_lookup.c379 * any issues, it will bubble out ERECYCLE, which we need to swallow and use as the
383 if ((retval == ERECYCLE) && (newvnode_flags & GNV_CAT_ATTRCHANGED)) {
H A Dhfs_vnops.c4149 * To signal VFS, we return ERECYCLE (which is also used for lookup restarts). This errno
4159 error = ERECYCLE;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c971 * ERECYCLE vnode was recycled from underneath us. Force lookup to be re-driven from namei.
1256 error = ERECYCLE;
H A Dvfs_lookup.c155 * lookup:ERECYCLE vnode was recycled from underneath us in lookup.
388 if (error == ERECYCLE){
845 * cache_lookup_path:ERECYCLE (vnode was recycled from underneath us, redrive lookup again)
H A Dvfs_syscalls.c6302 * call from the top again. Currently, only HFS bubbles out ERECYCLE,
6305 if (error == ERECYCLE) {
/darwin-on-arm/xnu/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.c2093 while ((error = lookup(nip)) == ERECYCLE) {
3009 while ((error = lookup(&xnd)) == ERECYCLE) {

Completed in 135 milliseconds