D | open.c | 632 static int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() 652 if (group != (gid_t) -1) { in chown_common() 674 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, in do_fchownat() 707 gid_t, group, int, flag) in SYSCALL_DEFINE5() argument 712 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument 717 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument 723 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() 743 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|