OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QTF_CLOSING
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/lfs/
ulfsmount.h
110
#define
QTF_CLOSING
0x02 /* Q_QUOTAOFF in progress */
ulfs_quota1.c
343
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
421
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
427
ump->umq1_qflags[type] |=
QTF_CLOSING
;
464
ump->umq1_qflags[type] &= ~
QTF_CLOSING
;
ulfs_quota.c
815
/* Lock to see an up to date value for
QTF_CLOSING
. */
825
if (dqvp == NULLVP || (ump->umq1_qflags[type] &
QTF_CLOSING
)) {
/src/sys/ufs/ufs/
ufsmount.h
179
#define
QTF_CLOSING
0x02 /* Q_QUOTAOFF in progress */
ufs_quota1.c
353
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
433
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
439
ump->umq1_qflags[type] |=
QTF_CLOSING
;
475
ump->umq1_qflags[type] &= ~
QTF_CLOSING
;
ufs_quota.c
801
/* Lock to see an up to date value for
QTF_CLOSING
. */
811
if (dqvp == NULLVP || (ump->umq1_qflags[type] &
QTF_CLOSING
)) {
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026