Home
last modified time | relevance | path

Searched refs:create_with_data (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/filesystem/overlayfs/
H A Dcopy_up.rs39 upper_root_inode.create_with_data(&self.dname()?.0, metadata.file_type, metadata.mode, 0) in create_upper_inode()
/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs240 return self.create_with_data(name, file_type, mode, 0); in create()
252 fn create_with_data( in create_with_data() method
H A Dmount.rs258 fn create_with_data( in create_with_data() method
267 .create_with_data(name, file_type, mode, data)?; in create_with_data()
H A Dcore.rs284 let new_inode = new_parent.create_with_data( in do_symlinkat()
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs216 fn create_with_data( in create_with_data() method
/DragonOS/kernel/src/filesystem/kernfs/
H A Dmod.rs189 fn create_with_data( in create_with_data() method
/DragonOS/kernel/src/filesystem/devfs/
H A Dmod.rs410 fn create_with_data( in create_with_data() method
/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs301 fn create_with_data( in create_with_data() method
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs592 fn create_with_data( in create_with_data() method