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