Searched refs:fchown (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/um/os-Linux/ |
D | user_syms.c | 69 EXPORT_SYMBOL_PROTO(fchown);
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_user.c | 210 if (fchown(fd, attrs->ia_uid, -1)) in set_attr() 218 if (fchown(fd, -1, attrs->ia_gid)) in set_attr()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 171 ENTRY_SAME(fchown) /* 95 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 102 SYSCALL_SPU(fchown)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 138 COMPAT_SYSCALL_WRAP3(fchown, unsigned int, fd, uid_t, user, gid_t, group);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 102 93 common fchown sys_fchown
|
D | syscall_32.tbl | 104 95 i386 fchown sys_fchown16
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 189 On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and
|
D | spufs.txt | 45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux-4.1.27/fs/ |
D | open.c | 650 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|