Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/os-Linux/
Duser_syms.c69 EXPORT_SYMBOL_PROTO(fchown);
/linux-3.4.99/fs/hostfs/
Dhostfs_user.c215 if (fchown(fd, attrs->ia_uid, -1)) in set_attr()
223 if (fchown(fd, -1, attrs->ia_gid)) in set_attr()
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h101 SYSCALL_SPU(fchown)
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S171 ENTRY_SAME(fchown) /* 95 */
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_64.tbl102 93 common fchown sys_fchown
Dsyscall_32.tbl104 95 i386 fchown sys_fchown16
/linux-3.4.99/fs/
Dopen.c595 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
/linux-3.4.99/Documentation/filesystems/
Dspufs.txt45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-