Home
last modified time | relevance | path

Searched refs:B_MAX_SYMLINKS (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/storage/
H A DStorageDefs.h20 #define B_MAX_SYMLINKS SYMLOOP_MAX macro
/haiku/src/kits/storage/
H A DEntry.cpp557 int32 linkLimit = B_MAX_SYMLINKS; in _SetTo()
/haiku/src/build/libbe/storage/
H A DEntry.cpp888 int32 linkLimit = B_MAX_SYMLINKS; in set()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h155 #define B_MAX_SYMLINKS FSSH_B_MAX_SYMLINKS macro
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2244 if (count + 1 > B_MAX_SYMLINKS) in vnode_path_to_vnode()
2902 for (int i = 0; i < B_MAX_SYMLINKS; i++) { in normalize_path()