Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Duid16.c35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
/linux-6.3-rc2/fs/
A Dopen.c847 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() function
861 return ksys_fchown(fd, user, group); in SYSCALL_DEFINE3()
/linux-6.3-rc2/include/linux/
A Dsyscalls.h1290 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);

Completed in 8 milliseconds