Searched refs:dir_open_entry_ref (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3311 dir_open_entry_ref(fssh_mount_id mountID, fssh_vnode_id parentID, const char *name, bool kernel) function in namespace:FSShell
3316 FUNCTION(("dir_open_entry_ref()\n"));
5209 return dir_open_entry_ref(device, inode, name, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp5981 dir_open_entry_ref(dev_t mountID, ino_t parentID, const char* name, bool kernel) function
5983 FUNCTION(("dir_open_entry_ref()\n"));
8389 return dir_open_entry_ref(device, inode, name, true);
9158 return dir_open_entry_ref(device, inode, name, false);
9160 return dir_open_entry_ref(device, inode, NULL, false);

Completed in 70 milliseconds