Searched refs:B_LINK_LIMIT (Results 1 - 13 of 13) sorted by last modified time

/haiku/src/system/kernel/fs/
H A Dvfs.cpp2220 return B_LINK_LIMIT;
2632 status = B_LINK_LIMIT;
2947 return B_LINK_LIMIT;
5440 return B_LINK_LIMIT;
5610 return B_LINK_LIMIT;
5642 return B_LINK_LIMIT;
6770 return B_LINK_LIMIT;
6811 return B_LINK_LIMIT;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h579 #define B_LINK_LIMIT FSSH_B_LINK_LIMIT macro
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c217 case B_LINK_LIMIT:
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp147 B_LINK_LIMIT,
524 InitTest1Paths(absCyclicLink1, B_LINK_LIMIT, true);
525 InitTest1Paths(relCyclicLink1, B_LINK_LIMIT, true);
629 InitTest1Refs(absCyclicLink1, B_LINK_LIMIT, true);
630 InitTest1Refs(relCyclicLink1, B_LINK_LIMIT, true);
726 InitTest1DirPaths(absCyclicLink1, B_LINK_LIMIT, true);
727 InitTest1DirPaths(relCyclicLink1, B_LINK_LIMIT, true);
1001 InitTest2Paths(absCyclicLink1, B_LINK_LIMIT, true);
1002 InitTest2Paths(relCyclicLink1, B_LINK_LIMIT, true);
1102 InitTest2Refs(absCyclicLink1, B_LINK_LIMIT, tru
[all...]
H A DDirectoryTest.cpp794 CPPUNIT_ASSERT( dir.FindEntry(cyclicLink1, &entry, true) == B_LINK_LIMIT );
795 CPPUNIT_ASSERT( entry.InitCheck() == B_LINK_LIMIT );
/haiku/src/tools/cppunit/
H A DTestUtils.cpp74 case B_LINK_LIMIT:
75 str = "B_LINK_LIMIT";
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp105 return B_LINK_LIMIT;
/haiku/src/bin/
H A Derror.c113 E(B_LINK_LIMIT),
/haiku/headers/os/support/
H A DErrors.h113 #define B_LINK_LIMIT (B_STORAGE_ERROR_BASE + 12) macro
222 #define ELOOP B_TO_POSIX_ERROR(B_LINK_LIMIT)
/haiku/headers/build/os/support/
H A DErrors.h114 #define B_LINK_LIMIT (B_STORAGE_ERROR_BASE + 12) macro
214 #define HAIKU_ELOOP B_TO_POSIX_ERROR(B_LINK_LIMIT)
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp417 return B_LINK_LIMIT;
439 return B_LINK_LIMIT;
/haiku/src/kits/storage/
H A DEntry.cpp656 return B_LINK_LIMIT;
/haiku/src/build/libbe/storage/
H A DEntry.cpp987 return B_LINK_LIMIT;

Completed in 152 milliseconds