Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h343 int creat);
471 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup() argument
475 if (n || !creat) in __neigh_lookup()
Ddn_fib.h114 struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
/linux-4.1.27/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.txt373 create: called by the open(2) and creat(2) system calls. Only
/linux-4.1.27/tools/perf/util/
Dutil.c122 tofd = creat(to, mode); in copyfile_mode()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S66 ENTRY_SAME(creat)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h14 SYSCALL_SPU(creat)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c64 COMPAT_SYSCALL_WRAP2(creat, const char __user *, pathname, umode_t, mode);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl94 85 common creat sys_creat
Dsyscall_32.tbl17 8 i386 creat sys_creat
/linux-4.1.27/arch/arc/
DKconfig373 host file system (open/creat/read/write etc) with help from
/linux-4.1.27/fs/
Dopen.c1051 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
/linux-4.1.27/net/core/
Dneighbour.c574 struct net_device *dev, int creat) in pneigh_lookup() argument
585 if (n || !creat) in pneigh_lookup()