Searched refs:IS_OPEN (Results 1 – 3 of 3) sorted by relevance
148 #define IS_OPEN 0x0001 macro
1783 if (((flags & FEXCL) && (pshot->state & IS_OPEN)) || in pshot_open()1788 pshot->state |= IS_OPEN; in pshot_open()1817 pshot->state &= ~(IS_OPEN | IS_OPEN_EXCL); in pshot_close()
6417 (install_func): Set IS_OPEN to the value returned by grub_open.6418 If IS_OPEN is non-zero, call grub_close before return.