Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 8 of 8) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs353 fn move_to( in move_to() method
359 return self.inner_inode.move_to(old_name, target, new_name); in move_to()
H A Dmod.rs297 fn move_to( in move_to() method
H A Dsyscall.rs1022 old_parent_inode.move_to(old_filename, &new_parent_inode, new_filename)?; in do_renameat2()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.10.md49 - fix(fs/ramfs): 修复了ramfs中move_to未更新parent字段的bug (#673)
720 修复了ramfs中move_to未更新parent字段的bug (#673)
722 修复了ramfs中move_to未更新parent字段的bug
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs215 fn move_to( in move_to() method
/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs420 fn move_to( in move_to() method
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs706 fn move_to( in move_to() method
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs1682 fn move_to( in move_to() method