Home
last modified time | relevance | path

Searched refs:QTF_OPENING (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dulfsmount.h109 #define QTF_OPENING 0x01 /* Q_QUOTAON in progress */ macro
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()
/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()
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()
H A Dufsmount.h178 #define QTF_OPENING 0x01 /* Q_QUOTAON in progress */ macro