Home
last modified time | relevance | path

Searched refs:ERECYCLE (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Derrno.h279 #define ERECYCLE (-5) /* restart lookup under heavy vnode pressure/recycling */ macro
/xnu-12377.81.4/bsd/nfs/
H A Dnfs_subs.c994 while ((error = lookup(nip)) == ERECYCLE) { in nfsrv_namei()
2014 while ((error = lookup(&xnd)) == ERECYCLE) { in nfsrv_export()
H A Dnfs_serv.c2223 while ((error = lookup(&ni)) == ERECYCLE) { in nfsrv_create()
2513 while ((error = lookup(&ni)) == ERECYCLE) { in nfsrv_mknod()
3712 while ((error = lookup(&ni)) == ERECYCLE) { in nfsrv_symlink()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c743 if (error == ERECYCLE) { in namei()
H A Dvfs_vnops.c652 error = ERECYCLE; in vn_open_auth()
H A Dvfs_cache.c2303 error = ERECYCLE; in cache_lookup_path()
H A Dvfs_syscalls.c5577 if (error == ERECYCLE) { in openbyid_np()
10036 if (error == ERECYCLE) { in renameat_internal()