Searched refs:OPT_DONTOPEN (Results 1 – 8 of 8) sorted by relevance
157 opts |= OPT_DONOTHING|OPT_DONTOPEN; in poolnodecommand()275 opts |= OPT_DONOTHING|OPT_DONTOPEN; in poolcommand()386 opts |= OPT_DONOTHING|OPT_DONTOPEN; in loadpoolfile()405 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in loadpoolfile()468 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in poolstats()480 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()495 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()512 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolstats()578 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN)) && (fd == -1)) { in poolflush()591 if (!(opts & (OPT_DONOTHING|OPT_DONTOPEN))) { in poolflush()[all …]
22 if ((opts & OPT_DONTOPEN) != 0) in pool_open()
26 if ((opts & OPT_DONTOPEN) == 0) { in kvatoname()
25 if ((opts & OPT_DONTOPEN) == 0) { in nametokva()
48 #define OPT_DONTOPEN 0x10000000 macro
118 opts ^= OPT_DONOTHING|OPT_DONTOPEN; in main()
26 int opts = OPT_DONTOPEN;
137 opts |= OPT_DONOTHING|OPT_DONTOPEN; in main()