D | open.c | 703 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common() 725 if ((group != (gid_t)-1) && !setattr_vfsgid(&newattrs, gid)) in chown_common() 748 int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, in do_fchownat() 781 gid_t, group, int, flag) in SYSCALL_DEFINE5() argument 786 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument 791 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument 797 int vfs_fchown(struct file *file, uid_t user, gid_t group) in vfs_fchown() 810 int ksys_fchown(unsigned int fd, uid_t user, gid_t group) in ksys_fchown() 822 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|