Home
last modified time | relevance | path

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

/linux-5.19.10/arch/um/os-Linux/
Duser_syms.c70 EXPORT_SYMBOL_PROTO(fchown);
/linux-5.19.10/fs/hostfs/
Dhostfs_user.c210 if (fchown(fd, attrs->ia_uid, -1)) in set_attr()
218 if (fchown(fd, -1, attrs->ia_gid)) in set_attr()
/linux-5.19.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl155 123 32 fchown sys_fchown16
156 123 64 fchown sys_fchown
/linux-5.19.10/arch/s390/kernel/syscalls/
Dsyscall.tbl90 95 32 fchown - sys_fchown16
209 207 64 fchown sys_fchown -
/linux-5.19.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl90 95 32 fchown - sys_fchown16
209 207 64 fchown sys_fchown -
/linux-5.19.10/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl101 91 n64 fchown sys_fchown
/linux-5.19.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl88 76 common fchown sys_fchown
/linux-5.19.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl101 91 n64 fchown sys_fchown
Dsyscall_n32.tbl101 91 n32 fchown sys_fchown
Dsyscall_o32.tbl109 95 o32 fchown sys_fchown
/linux-5.19.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl104 93 common fchown sys_fchown
/linux-5.19.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl64 53 common fchown sys_fchown
/linux-5.19.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl104 93 common fchown sys_fchown
Dsyscall_32.tbl109 95 i386 fchown sys_fchown16
/linux-5.19.10/arch/sh/kernel/syscalls/
Dsyscall.tbl105 95 common fchown sys_fchown16
/linux-5.19.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl105 95 common fchown sys_fchown
/linux-5.19.10/arch/arm/tools/
Dsyscall.tbl110 95 common fchown sys_fchown16
/linux-5.19.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl108 95 common fchown sys_fchown
/linux-5.19.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl105 95 common fchown sys_fchown16
/linux-5.19.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl131 123 common fchown sys_fchown
/linux-5.19.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl132 95 common fchown sys_fchown
/linux-5.19.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl132 95 common fchown sys_fchown
/linux-5.19.10/Documentation/filesystems/spufs/
Dspufs.rst55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/linux-5.19.10/fs/
Dopen.c789 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument