Searched refs:creat (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/tools/perf/trace/strace/groups/ |
D | file | 3 creat
|
/Linux-v4.19/include/net/ |
D | neighbour.h | 349 int creat); 487 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() argument 491 if (n || !creat) in __neigh_lookup()
|
D | dn_fib.h | 116 struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
|
/Linux-v4.19/Documentation/filesystems/ |
D | mandatory-locking.txt | 134 4. Calls to open() with O_TRUNC, or to creat(), on a existing file that has 150 write(), readv(), writev(), open(), creat(), mmap(), truncate() and
|
D | path-lookup.txt | 357 specifically has concurrent renames/mkdir/rmdir/ creat/unlink/etc to exercise
|
D | coda.txt | 776 indicate confusion between the system call creat and the VFS operation
|
D | vfs.txt | 396 create: called by the open(2) and creat(2) system calls. Only
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 66 ENTRY_SAME(creat)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 15 SYSCALL_SPU(creat)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 63 COMPAT_SYSCALL_WRAP2(creat, const char __user *, pathname, umode_t, mode);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 96 85 common creat __x64_sys_creat
|
D | syscall_32.tbl | 22 8 i386 creat sys_creat __ia32_sys_creat
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 96 85 common creat __x64_sys_creat
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 22 8 common creat sys_creat
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 18 8 common creat sys_creat compat_sys_creat
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 18 8 common creat sys_creat compat_sys_creat
|
/Linux-v4.19/fs/ |
D | open.c | 1119 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
|
/Linux-v4.19/arch/arc/ |
D | Kconfig | 504 host file system (open/creat/read/write etc) with help from
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 616 struct net_device *dev, int creat) in pneigh_lookup() argument 627 if (n || !creat) in pneigh_lookup()
|