Searched refs:fchown (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/um/os-Linux/ |
D | user_syms.c | 69 EXPORT_SYMBOL_PROTO(fchown);
|
/linux-3.4.99/fs/hostfs/ |
D | hostfs_user.c | 215 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/ |
D | systbl.h | 101 SYSCALL_SPU(fchown)
|
/linux-3.4.99/arch/parisc/kernel/ |
D | syscall_table.S | 171 ENTRY_SAME(fchown) /* 95 */
|
/linux-3.4.99/arch/x86/syscalls/ |
D | syscall_64.tbl | 102 93 common fchown sys_fchown
|
D | syscall_32.tbl | 104 95 i386 fchown sys_fchown16
|
/linux-3.4.99/fs/ |
D | open.c | 595 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|
/linux-3.4.99/Documentation/filesystems/ |
D | spufs.txt | 45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|