Searched refs:ksys_chown (Results 1 – 2 of 2) sorted by relevance
25 return ksys_chown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
1211 static inline long ksys_chown(const char __user *filename, uid_t user, in ksys_chown() function