Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/tools/perf/trace/strace/groups/
Dfile3 creat
/Linux-v4.19/include/net/
Dneighbour.h349 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()
Ddn_fib.h116 struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
/Linux-v4.19/Documentation/filesystems/
Dmandatory-locking.txt134 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
Dpath-lookup.txt357 specifically has concurrent renames/mkdir/rmdir/ creat/unlink/etc to exercise
Dcoda.txt776 indicate confusion between the system call creat and the VFS operation
Dvfs.txt396 create: called by the open(2) and creat(2) system calls. Only
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S66 ENTRY_SAME(creat)
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h15 SYSCALL_SPU(creat)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c63 COMPAT_SYSCALL_WRAP2(creat, const char __user *, pathname, umode_t, mode);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl96 85 common creat __x64_sys_creat
Dsyscall_32.tbl22 8 i386 creat sys_creat __ia32_sys_creat
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl96 85 common creat __x64_sys_creat
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl22 8 common creat sys_creat
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl18 8 common creat sys_creat compat_sys_creat
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl18 8 common creat sys_creat compat_sys_creat
/Linux-v4.19/fs/
Dopen.c1119 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
/Linux-v4.19/arch/arc/
DKconfig504 host file system (open/creat/read/write etc) with help from
/Linux-v4.19/net/core/
Dneighbour.c616 struct net_device *dev, int creat) in pneigh_lookup() argument
627 if (n || !creat) in pneigh_lookup()