Searched refs:_kern_open_entry_ref (Results 1 – 12 of 12) sorted by relevance
/haiku/headers/build/private/kernel/ |
H A D | syscalls.h | 21 #define _kern_open_entry_ref _kernbuild_open_entry_ref macro 56 extern int _kern_open_entry_ref(dev_t device, ino_t inode,
|
/haiku/src/build/libbe/storage/ |
H A D | Node.cpp | 587 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in _SetTo() 591 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in _SetTo()
|
H A D | File.cpp | 164 int fd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in SetTo()
|
/haiku/src/kits/storage/ |
H A D | Node.cpp | 597 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in _SetTo() 601 fFd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in _SetTo()
|
H A D | File.cpp | 111 int fd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, in SetTo()
|
/haiku/src/tools/fs_shell/ |
H A D | syscalls.h | 31 int _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode,
|
H A D | vfs.cpp | 5148 _kern_open_entry_ref(fssh_dev_t device, fssh_ino_t inode, const char *name, int openMode, int perms) in _kern_open_entry_ref() function
|
/haiku/headers/private/system/ |
H A D | syscalls.h | 271 extern int _kern_open_entry_ref(dev_t device, ino_t inode,
|
/haiku/src/build/libroot/ |
H A D | fs.cpp | 715 _kern_open_entry_ref(dev_t device, ino_t node, const char *name, in _kern_open_entry_ref() function
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1150 void _kern_open_entry_ref() {} in _kern_open_entry_ref() function
|
H A D | libroot_stubs.c | 1221 void _kern_open_entry_ref() {} in _kern_open_entry_ref() function
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 8319 _kern_open_entry_ref(dev_t device, ino_t inode, const char* name, int openMode, in _kern_open_entry_ref() function
|