Searched refs:do_fchownat (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | open.rs | 70 pub fn do_fchownat( in do_fchownat() function
|
H A D | syscall.rs | 30 do_faccessat, do_fchmodat, do_fchownat, do_sys_open, do_utimensat, do_utimes, ksys_fchown, 1649 return do_fchownat( in chown() 1662 return do_fchownat( in lchown() 1683 return do_fchownat(dirfd, pathname, uid, gid, flags); in fchownat()
|