Searched refs:ksys_lchown (Results 1 – 3 of 3) sorted by relevance
30 return ksys_lchown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
388 ksys_lchown(collected, uid, gid); in do_symlink()
1351 static inline long ksys_lchown(const char __user *filename, uid_t user, in ksys_lchown() function