Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/trace/strace/groups/
Dfile3 creat
/linux-4.4.14/include/net/
Dneighbour.h344 int creat);
472 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() argument
476 if (n || !creat) in __neigh_lookup()
Ddn_fib.h114 struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
/linux-4.4.14/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
Dvfs.txt373 create: called by the open(2) and creat(2) system calls. Only
Dcoda.txt776 indicate confusion between the system call creat and the VFS operation
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S66 ENTRY_SAME(creat)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h14 SYSCALL_SPU(creat)
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c62 COMPAT_SYSCALL_WRAP2(creat, const char __user *, pathname, umode_t, mode);
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl94 85 common creat sys_creat
Dsyscall_32.tbl17 8 i386 creat sys_creat
/linux-4.4.14/fs/
Dopen.c1055 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
/linux-4.4.14/arch/arc/
DKconfig500 host file system (open/creat/read/write etc) with help from
/linux-4.4.14/net/core/
Dneighbour.c578 struct net_device *dev, int creat) in pneigh_lookup() argument
589 if (n || !creat) in pneigh_lookup()