Searched refs:_kern_open_attr_dir (Results 1 – 14 of 14) sorted by relevance
/haiku/headers/build/private/kernel/ |
H A D | syscalls.h | 34 #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 D | fs_attr.cpp | 25 int fd = _kern_open_attr_dir(file, path, traverse); in open_attr_dir()
|
/haiku/src/tools/fs_shell/ |
H A D | syscalls.h | 59 int _kern_open_attr_dir(int fd, const char *path);
|
H A D | command_cp.cpp | 531 fAttrDir = _kern_open_attr_dir(fd, NULL); in Init()
|
H A D | vfs.cpp | 5599 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
|
/haiku/src/build/libroot/ |
H A D | fs_attr_haiku.cpp | 263 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
|
H A D | fs_attr_untyped.cpp | 712 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
|
H A D | fs_attr_generic.cpp | 680 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
|
/haiku/src/build/libbe/storage/ |
H A D | Node.cpp | 634 fAttrFd = _kern_open_attr_dir(fFd, NULL); in InitAttrDir()
|
/haiku/src/kits/storage/ |
H A D | Node.cpp | 644 fAttrFd = _kern_open_attr_dir(fFd, NULL, false); in InitAttrDir()
|
/haiku/headers/private/system/ |
H A D | syscalls.h | 307 extern int _kern_open_attr_dir(int fd, const char *path,
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1147 void _kern_open_attr_dir() {} in _kern_open_attr_dir() function
|
H A D | libroot_stubs.c | 1218 void _kern_open_attr_dir() {} in _kern_open_attr_dir() function
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 8735 _kern_open_attr_dir(int fd, const char* path, bool traverseLeafLink) in _kern_open_attr_dir() function
|