Searched refs:EKEEPLOOKING (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Derrno.h276 #define EKEEPLOOKING (-7) macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_guarded.c608 case EKEEPLOOKING: /* f_iocount indicates a collision */
659 case EKEEPLOOKING: /* f_iocount indicates collision */
H A Dkern_descrip.c3599 * EKEEPLOOKING f_iocount changed while lock was dropped.
3642 error = EKEEPLOOKING;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c249 if (error == EKEEPLOOKING) {
251 panic("EKEEPLOOKING, but we did a create?");
254 panic("EKEEPLOOKING from filesystem that doesn't support compound vnops?");
257 panic("EKEEPLOOKING, but continue flag not set?");
434 if (error == EKEEPLOOKING) {
436 panic("EKEEPLOOKING from a filesystem that doesn't support compound VNOPs?");
477 } else if (error == EKEEPLOOKING) {
479 panic("EKEEPLOOKING, but continue flag not set?");
530 } else if (error == EKEEPLOOKING) {
532 panic("EKEEPLOOKING, bu
[all...]
H A Dkpi_vfs.c1597 return EKEEPLOOKING;
2860 if (*vpp && _err && _err != EKEEPLOOKING) {
3644 if (*vpp && _err && _err != EKEEPLOOKING) {
4103 if (_err && _err != EKEEPLOOKING) {
4215 if (*vpp && _err && _err != EKEEPLOOKING) {
4331 if (*vpp && _err && _err != EKEEPLOOKING) {
H A Dvfs_lookup.c1881 if (error == EKEEPLOOKING) {
H A Dvfs_syscalls.c4111 if (error == EKEEPLOOKING) {
4113 panic("EKEEPLOOKING, but not a filesystem that supports compound VNOPs?");
4117 panic("EKEEPLOOKING, but continue flag not set?");
6347 if (error == EKEEPLOOKING) {
6350 panic("EKEEPLOOKING without NAMEI_CONTLOOKUP on either ndp?");
6600 if (error == EKEEPLOOKING) {
6809 if (error == EKEEPLOOKING) {

Completed in 119 milliseconds