Searched refs:vfs_path_walk (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.2/kernel/src/filesystem/VFS/ |
D | VFS.c | 36 target_dentry = vfs_path_walk(path, 0); in vfs_mount_fs() 138 struct vfs_dir_entry_t *vfs_path_walk(const char *path, uint64_t flags) in vfs_path_walk() function 284 struct vfs_dir_entry_t *parent_dir = vfs_path_walk(buf, 0); in vfs_mkdir() 295 if (vfs_path_walk((const char *)path, 0) != NULL) in vfs_mkdir() 407 struct vfs_dir_entry_t *dentry = vfs_path_walk(path, 0); in do_open() 427 parent_dentry = vfs_path_walk(path, 0); in do_open() 668 struct vfs_dir_entry_t *dentry = vfs_path_walk(buf, 0); in vfs_rmdir() 820 struct vfs_dir_entry_t *dentry = vfs_path_walk(buf, 0); in do_unlink_at()
|
D | VFS.h | 222 struct vfs_dir_entry_t *vfs_path_walk(const char *path, uint64_t flags);
|
/DragonOS-0.1.2/kernel/src/filesystem/devfs/ |
D | devfs.c | 288 base_dentry = vfs_path_walk(base_path, 0); in devfs_unregister_device()
|
/DragonOS-0.1.2/kernel/src/syscall/ |
D | syscall.c | 405 struct vfs_dir_entry_t *dentry = vfs_path_walk(path, 0); in sys_chdir()
|
/DragonOS-0.1.2/kernel/src/filesystem/procfs/ |
D | procfs.c | 481 struct vfs_dir_entry_t *dentry = vfs_path_walk(path, 0); in proc_create_file()
|
/DragonOS-0.1.2/kernel/src/process/ |
D | process.c | 137 dentry = vfs_path_walk(path, 0); in process_open_exec_file()
|