Home
last modified time | relevance | path

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

/netbsd/sys/ufs/lfs/
H A Dulfs_quota1.c343 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()
427 ump->umq1_qflags[type] |= QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()
464 ump->umq1_qflags[type] &= ~QTF_CLOSING; in lfsquota1_handle_cmd_quotaoff()
H A Dulfsmount.h88 #define umq1_qflags um_q.um_q1.q1_qflags macro
H A Dulfs_quota.c825 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in lfs_dqget()
/netbsd/sys/ufs/ufs/
H A Dufs_quota1.c350 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()
436 ump->umq1_qflags[type] |= QTF_CLOSING; in quota1_handle_cmd_quotaoff()
472 ump->umq1_qflags[type] &= ~QTF_CLOSING; in quota1_handle_cmd_quotaoff()
H A Dufsmount.h116 #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()