Searched refs:lchown (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 75 ENTRY_SAME(lchown)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 22 SYSCALL_SPU(lchown)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 133 COMPAT_SYSCALL_WRAP3(lchown, const char __user *, filename, uid_t, user, gid_t, group);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 103 94 common lchown sys_lchown
|
D | syscall_32.tbl | 25 16 i386 lchown sys_lchown16
|
/linux-4.1.27/fs/ |
D | open.c | 644 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|