Home
last modified time | relevance | path

Searched refs:ksys_fchown (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs139 pub fn ksys_fchown(fd: i32, uid: usize, gid: usize) -> Result<usize, SystemError> { in ksys_fchown() function
H A Dsyscall.rs30 do_faccessat, do_fchmodat, do_fchownat, do_sys_open, do_utimensat, do_utimes, ksys_fchown,
1687 return ksys_fchown(fd, uid, gid); in fchown()