Home
last modified time | relevance | path

Searched refs:fchown (Results 1 – 10 of 10) sorted by relevance

/linux/fs/hostfs/
H A Dhostfs_user.c212 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 Dsyscall.tbl90 95 32 fchown - sys_fchown16
209 207 64 fchown sys_fchown -
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl101 91 n64 fchown sys_fchown
/linux/scripts/
H A Dsyscall.tbl73 55 common fchown sys_fchown
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl105 93 common fchown sys_fchown
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl105 93 common fchown sys_fchown
H A Dsyscall_32.tbl110 95 i386 fchown sys_fchown16
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl132 95 common fchown sys_fchown
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/linux/fs/
H A Dopen.c865 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument