Searched refs:QTF_OPENING (Results 1 – 4 of 4) sorted by relevance
109 #define QTF_OPENING 0x01 /* Q_QUOTAON in progress */ macro
343 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaon()345 ump->umq1_qflags[type] |= QTF_OPENING; in lfsquota1_handle_cmd_quotaon()394 ump->umq1_qflags[type] &= ~QTF_OPENING; in lfsquota1_handle_cmd_quotaon()421 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaoff()
350 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaon()352 ump->umq1_qflags[type] |= QTF_OPENING; in quota1_handle_cmd_quotaon()401 ump->umq1_qflags[type] &= ~QTF_OPENING; in quota1_handle_cmd_quotaon()430 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaoff()
178 #define QTF_OPENING 0x01 /* Q_QUOTAON in progress */ macro