Searched refs:_kern_open_attr_dir (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/build/private/kernel/
H A Dsyscalls.h34 #define _kern_open_attr_dir _kernbuild_open_attr_dir macro
77 extern int _kern_open_attr_dir(int fd, const char *path);
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp29 int fd = _kern_open_attr_dir(file, path, traverse);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h59 int _kern_open_attr_dir(int fd, const char *path);
H A Dcommand_cp.cpp531 fAttrDir = _kern_open_attr_dir(fd, NULL);
H A Dvfs.cpp5599 _kern_open_attr_dir(int fd, const char *path) function in namespace:FSShell
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp261 // _kern_open_attr_dir
263 _kern_open_attr_dir(int fd, const char *path) function
H A Dfs_attr_untyped.cpp669 // _kern_open_attr_dir
671 _kern_open_attr_dir(int fd, const char *path) function
H A Dfs_attr_generic.cpp678 // _kern_open_attr_dir
680 _kern_open_attr_dir(int fd, const char *path) function
/haiku/src/build/libbe/storage/
H A DNode.cpp634 fAttrFd = _kern_open_attr_dir(fFd, NULL);
/haiku/src/kits/storage/
H A DNode.cpp644 fAttrFd = _kern_open_attr_dir(fFd, NULL, false);
/haiku/headers/private/system/
H A Dsyscalls.h305 extern int _kern_open_attr_dir(int fd, const char *path,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1215 void _kern_open_attr_dir() {} function
H A Dlibroot_stubs_legacy.c1135 void _kern_open_attr_dir() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8682 _kern_open_attr_dir(int fd, const char* path, bool traverseLeafLink) function

Completed in 318 milliseconds