Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_fs.c87 static int create_file(const char *name, umode_t mode, in create_file() function
368 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in add_cntr_files()
376 ret = create_file("counters", S_IFREG|S_IRUGO, dir, &tmp, in add_cntr_files()
383 ret = create_file("counter_names", S_IFREG|S_IRUGO, dir, &tmp, in add_cntr_files()
390 ret = create_file("portcounter_names", S_IFREG|S_IRUGO, dir, &tmp, in add_cntr_files()
402 ret = create_file(fname, S_IFREG|S_IRUGO, dir, &tmp, in add_cntr_files()
412 ret = create_file(fname, S_IFREG|S_IRUGO, dir, &tmp, in add_cntr_files()
421 ret = create_file("flash", S_IFREG|S_IWUSR|S_IRUGO, dir, &tmp, in add_cntr_files()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh31 create_file() { function
208 create_file "${TNAME}" "${TSOURCE}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch73 @@ -579,10 +579,13 @@ create_file (char const *file, int open_flags, mode_t mode,
94 tofd = create_file (to, O_WRONLY | O_BINARY | to_flags, mode,
/OK3568_Linux_fs/buildroot/package/patch/
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch71 @@ -579,10 +579,13 @@ create_file (char const *file, int open_flags, mode_t mode,
92 tofd = create_file (to, O_WRONLY | O_BINARY | to_flags, mode,