Searched refs:ksys_fchown (Results 1 – 3 of 3) sorted by relevance
35 return ksys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
856 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() function870 return ksys_fchown(fd, user, group); in SYSCALL_DEFINE3()
1173 int ksys_fchown(unsigned int fd, uid_t user, gid_t group);