Home
last modified time | relevance | path

Searched refs:DIRCHG (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/ufs/ffs/
Dsoftdep.h101 #define DIRCHG 0x0080 /* diradd & dirrem only */ macro
Dffs_softdep.c2756 if ((dap->da_state & DIRCHG) == 0) {
2922 if ((dap->da_state & DIRCHG) != 0) {
2924 dap->da_state &= ~DIRCHG;
2971 dap->da_state = DIRCHG | ATTACHED | DEPCOMPLETE;
2993 dirrem->dm_state |= DIRCHG;
3014 dap->da_state &= ~DIRCHG;
3135 if (dirrem->dm_state & DIRCHG) {
3344 if (dap->da_state & DIRCHG)
3909 if (dap->da_state & DIRCHG)
3937 if (dap->da_state & DIRCHG)
[all …]