Home
last modified time | relevance | path

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.cpp25 int fd = _kern_open_attr_dir(file, path, traverse); in open_attr_dir()
/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); in Init()
H A Dvfs.cpp5599 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp263 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
H A Dfs_attr_untyped.cpp712 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
H A Dfs_attr_generic.cpp680 _kern_open_attr_dir(int fd, const char *path) in _kern_open_attr_dir() function
/haiku/src/build/libbe/storage/
H A DNode.cpp634 fAttrFd = _kern_open_attr_dir(fFd, NULL); in InitAttrDir()
/haiku/src/kits/storage/
H A DNode.cpp644 fAttrFd = _kern_open_attr_dir(fFd, NULL, false); in InitAttrDir()
/haiku/headers/private/system/
H A Dsyscalls.h307 extern int _kern_open_attr_dir(int fd, const char *path,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1147 void _kern_open_attr_dir() {} in _kern_open_attr_dir() function
H A Dlibroot_stubs.c1218 void _kern_open_attr_dir() {} in _kern_open_attr_dir() function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8735 _kern_open_attr_dir(int fd, const char* path, bool traverseLeafLink) in _kern_open_attr_dir() function