OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
350
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
430
while ((ump->umq1_qflags[type] & (
QTF_CLOSING
| QTF_OPENING)) != 0)
436
ump->umq1_qflags[type] |=
QTF_CLOSING
;
472
ump->umq1_qflags[type] &= ~
QTF_CLOSING
;
ufs_quota.c
797
/* Lock to see an up to date value for
QTF_CLOSING
. */
807
if (dqvp == NULLVP || (ump->umq1_qflags[type] &
QTF_CLOSING
)) {
Completed in 39 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025