Searched refs:QTF_CLOSING (Results 1 – 6 of 6) sorted by relevance
110 #define QTF_CLOSING 0x02 /* Q_QUOTAOFF in progress */ macro
343 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaon()421 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaoff()427 ump->umq1_qflags[type] |= QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()464 ump->umq1_qflags[type] &= ~QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()
825 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in lfs_dqget()
350 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaon()430 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaoff()436 ump->umq1_qflags[type] |= QTF_CLOSING; in quota1_handle_cmd_quotaoff()472 ump->umq1_qflags[type] &= ~QTF_CLOSING; in quota1_handle_cmd_quotaoff()
179 #define QTF_CLOSING 0x02 /* Q_QUOTAOFF in progress */ macro
807 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in dqget()