Searched refs:ksys_fchown (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | uid16.c | 35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | uid16.c | 35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 746 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 D | open.c | 856 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 D | syscalls.h | 1266 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 1174 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);
|
Completed in 8 milliseconds