Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/lfs/
H A Dulfsmount.h110 #define QTF_CLOSING 0x02 /* Q_QUOTAOFF in progress */ macro
H A Dulfs_quota1.c343 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()
H A Dulfs_quota.c825 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in lfs_dqget()
/netbsd-src/sys/ufs/ufs/
H A Dufs_quota1.c350 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()
H A Dufsmount.h179 #define QTF_CLOSING 0x02 /* Q_QUOTAOFF in progress */ macro
H A Dufs_quota.c807 if (dqvp == NULLVP || (ump->umq1_qflags[type] & QTF_CLOSING)) { in dqget()