Searched refs:gpt_opened (Results 1 – 2 of 2) sorted by relevance
892 if (!table->gpt_opened) { in g_part_ctl_commit()952 table->gpt_opened = 0; in g_part_ctl_commit()1019 table->gpt_opened = 1; in g_part_ctl_create()1022 table->gpt_opened = null->gpt_opened; in g_part_ctl_create()1214 null->gpt_opened = table->gpt_opened; in g_part_ctl_destroy()1489 if (!table->gpt_opened) { in g_part_ctl_undo()1560 table->gpt_opened = 0; in g_part_ctl_undo()1859 if (table != NULL && !table->gpt_opened) { in g_part_ctlreq()1867 table->gpt_opened = 1; in g_part_ctlreq()1941 table->gpt_opened = 0; in g_part_ctlreq()[all …]
176 bool gpt_opened:1; /* Permissions obtained. */ member