Searched refs:fchown (Results 1 – 10 of 10) sorted by relevance
/linux/fs/hostfs/ |
H A D | hostfs_user.c | 212 if (fchown(fd, attrs->ia_uid, -1)) in set_attr() 220 if (fchown(fd, -1, attrs->ia_gid)) in set_attr()
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 90 95 32 fchown - sys_fchown16 209 207 64 fchown sys_fchown -
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 101 91 n64 fchown sys_fchown
|
/linux/scripts/ |
H A D | syscall.tbl | 73 55 common fchown sys_fchown
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 105 93 common fchown sys_fchown
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 105 93 common fchown sys_fchown
|
H A D | syscall_32.tbl | 110 95 i386 fchown sys_fchown16
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 132 95 common fchown sys_fchown
|
/linux/Documentation/filesystems/spufs/ |
H A D | spufs.rst | 55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux/fs/ |
H A D | open.c | 865 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|