Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/
H A Dfpu.rs22 rest: [u64; 12], field
38 rest: Default::default(), in default()
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs266 if let Some((_, rest, _fs)) = MOUNT_LIST().get_mount_point(mount_point) { in do_mount()
267 if rest.is_empty() { in do_mount()
298 if let Some((_, rest, _fs)) = MOUNT_LIST().get_mount_point(mount_point) { in do_mount_mkdir()
299 if rest.is_empty() { in do_mount_mkdir()
329 let (work, rest) = user_path_at(&ProcessManager::current_pcb(), dirfd, target)?; in do_umount2()
330 let path = work.absolute_path()? + &rest; in do_umount2()
H A Dmod.rs617 let (mut result, mut rest_path) = if let Some(rest) = path.strip_prefix('/') { in lookup_follow_symlink()
618 (ROOT_INODE().clone(), String::from(rest)) in lookup_follow_symlink()
H A Dmount.rs685 if let Some(rest) = path.as_ref().strip_prefix(strkey) { in get_mount_point()
686 return Some((strkey.to_string(), rest.to_string(), fs.clone())); in get_mount_point()
/DragonOS/
H A DLICENSE227 be a consequence of the rest of this License.