Home
last modified time | relevance | path

Searched refs:fchownat (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/test-chown/src/
H A Dmain.rs3 chown, fchown, fchownat, getgrnam, getpwnam, gid_t, lchown, mount, uid_t, umount, AT_FDCWD,
32 let result = unsafe { fchownat(AT_FDCWD, c_filename.as_ptr(), new_uid, new_gid, flags) }; in test_fchownat()
/DragonOS/kernel/src/syscall/
H A Dmod.rs1024 Self::fchownat(dirfd, pathname, uid, gid, flag) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1671 pub fn fchownat( in fchownat() method