Home
last modified time | relevance | path

Searched refs:ksys_lchown (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/
Duid16.c30 return ksys_lchown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3()
/linux-6.1.9/include/linux/
Dsyscalls.h1331 static inline long ksys_lchown(const char __user *filename, uid_t user, in ksys_lchown() function