Searched refs:do_fchmodat (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | open.rs | 55 pub fn do_fchmodat(dirfd: i32, path: *const u8, _mode: ModeType) -> Result<usize, SystemError> { in do_fchmodat() function
|
H A D | syscall.rs | 30 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()
|