Searched refs:ksys_chown (Results 1 – 3 of 3) sorted by relevance
25 return ksys_chown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
348 ksys_chown(collected, uid, gid); in do_name()355 ksys_chown(collected, uid, gid); in do_name()
1345 static inline long ksys_chown(const char __user *filename, uid_t user, in ksys_chown() function