Home
last modified time | relevance | path

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

/fs/
Dopen.c723 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() function
745 return ksys_fchown(fd, user, group); in SYSCALL_DEFINE3()