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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h276 #define EKEEPLOOKING (-7) macro
/macosx-10.10/xnu-2782.1.97/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?");
435 if (error == EKEEPLOOKING) {
437 panic("EKEEPLOOKING from a filesystem that doesn't support compound VNOPs?");
478 } else if (error == EKEEPLOOKING) {
480 panic("EKEEPLOOKING, but continue flag not set?");
531 } else if (error == EKEEPLOOKING) {
533 panic("EKEEPLOOKING, bu
[all...]
H A Dkpi_vfs.c1609 return EKEEPLOOKING;
2872 if (*vpp && _err && _err != EKEEPLOOKING) {
3643 if (*vpp && _err && _err != EKEEPLOOKING) {
4128 if (_err && _err != EKEEPLOOKING) {
4240 if (*vpp && _err && _err != EKEEPLOOKING) {
4356 if (*vpp && _err && _err != EKEEPLOOKING) {
H A Dvfs_lookup.c1861 if (error == EKEEPLOOKING) {
H A Dvfs_syscalls.c4562 if (error == EKEEPLOOKING) {
4564 panic("EKEEPLOOKING, but not a filesystem that supports compound VNOPs?");
4568 panic("EKEEPLOOKING, but continue flag not set?");
6923 if (error == EKEEPLOOKING) {
6926 panic("EKEEPLOOKING without NAMEI_CONTLOOKUP on either ndp?");
7204 if (error == EKEEPLOOKING) {
7423 if (error == EKEEPLOOKING) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c698 case EKEEPLOOKING: /* f_iocount indicates a collision */
749 case EKEEPLOOKING: /* f_iocount indicates collision */
H A Dkern_descrip.c3798 * EKEEPLOOKING f_iocount changed while lock was dropped.
3841 error = EKEEPLOOKING;

Completed in 149 milliseconds