Searched refs:IWFS_OCREATE (Results 1 – 4 of 4) sorted by relevance
78 #define IWFS_OCREATE ((iwfs_omode) 0x04U) macro100 #define IWFS_DEFAULT_OMODE (IWFS_OCREATE)
224 opts->omode |= IWFS_OCREATE; in iwfs_file_open()229 if ((opts->omode & IWFS_OCREATE) || (opts->omode & IWFS_OTRUNC)) { in iwfs_file_open()247 if (omode & IWFS_OCREATE) { in iwfs_file_open()271 } else if (omode & IWFS_OCREATE) { in iwfs_file_open()
595 extopts.file.omode = IWFS_OCREATE | IWFS_OWRITE; in _recover_wl()
3452 omode |= IWFS_OCREATE; in iwkv_open()