Home
last modified time | relevance | path

Searched refs:ksys_fchown (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Duid16.c35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/kernel/
H A Duid16.c35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/fs/
H A Dopen.c746 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() function
760 return ksys_fchown(fd, user, group); in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/
H A Dopen.c856 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() function
870 return ksys_fchown(fd, user, group); in SYSCALL_DEFINE3()
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1266 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h1174 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);

Completed in 8 milliseconds