Home
last modified time | relevance | path

Searched refs:umq1_qflags (Results 1 – 6 of 6) sorted by relevance

/minix/sys/ufs/lfs/
H A Dulfsmount.h97 #define umq1_qflags um_q.um_q1.q1_qflags macro
H A Dulfs_quota1.c345 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaon()
347 ump->umq1_qflags[type] |= QTF_OPENING; in lfsquota1_handle_cmd_quotaon()
396 ump->umq1_qflags[type] &= ~QTF_OPENING; in lfsquota1_handle_cmd_quotaon()
423 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in lfsquota1_handle_cmd_quotaoff()
429 ump->umq1_qflags[type] |= QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()
466 ump->umq1_qflags[type] &= ~QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()
H A Dulfs_quota.c825 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in lfs_dqget()
/minix/sys/ufs/ufs/
H A Dufs_quota1.c348 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaon()
350 ump->umq1_qflags[type] |= QTF_OPENING; in quota1_handle_cmd_quotaon()
399 ump->umq1_qflags[type] &= ~QTF_OPENING; in quota1_handle_cmd_quotaon()
425 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0) in quota1_handle_cmd_quotaoff()
431 ump->umq1_qflags[type] |= QTF_CLOSING; in quota1_handle_cmd_quotaoff()
468 ump->umq1_qflags[type] &= ~QTF_CLOSING; in quota1_handle_cmd_quotaoff()
H A Dufsmount.h118 #define umq1_qflags um_q.um_q1.q1_qflags macro
H A Dufs_quota.c807 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in dqget()