Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs55 pub fn do_fchmodat(dirfd: i32, path: *const u8, _mode: ModeType) -> Result<usize, SystemError> { in do_fchmodat() function
H A Dsyscall.rs30 do_faccessat, do_fchmodat, do_fchownat, do_sys_open, do_utimensat, do_utimes, ksys_fchown,
1616 return do_fchmodat( in chmod()
1624 return do_fchmodat( in fchmodat()