creat            1150 fs/open.c      SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode)
creat             116 include/net/dn_fib.h struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
creat             357 include/net/neighbour.h 				   int creat);
creat             514 include/net/neighbour.h __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)
creat             518 include/net/neighbour.h 	if (n || !creat)
creat             714 net/core/neighbour.c 				    struct net_device *dev, int creat)
creat             725 net/core/neighbour.c 	if (n || !creat)
creat              49 tools/testing/selftests/exec/recursion-depth.c 	int fd = creat(FILENAME, 0700);