Home
last modified time | relevance | path

Searched refs:vfs_path_walk (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.c36 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()
DVFS.h222 struct vfs_dir_entry_t *vfs_path_walk(const char *path, uint64_t flags);
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c288 base_dentry = vfs_path_walk(base_path, 0); in devfs_unregister_device()
/DragonOS-0.1.2/kernel/src/syscall/
Dsyscall.c405 struct vfs_dir_entry_t *dentry = vfs_path_walk(path, 0); in sys_chdir()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c481 struct vfs_dir_entry_t *dentry = vfs_path_walk(path, 0); in proc_create_file()
/DragonOS-0.1.2/kernel/src/process/
Dprocess.c137 dentry = vfs_path_walk(path, 0); in process_open_exec_file()