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