Searched refs:fchmodat (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 384 ENTRY_SAME(fchmodat)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 304 SYSCALL_SPU(fchmodat)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 189 COMPAT_SYSCALL_WRAP3(fchmodat, int, dfd, const char __user *, filename, umode_t, mode);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 277 268 common fchmodat sys_fchmodat
|
D | syscall_32.tbl | 315 306 i386 fchmodat sys_fchmodat
|
/linux-4.1.27/fs/ |
D | open.c | 542 SYSCALL_DEFINE3(fchmodat, int, dfd, const char __user *, filename, umode_t, mode) in SYSCALL_DEFINE3() argument
|