Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ufs/ffs/
H A Dffs_softdep.c1658 if (dirrem->dm_state & INPROGRESS) {
8907 dirrem->dm_state |= COMPLETE;
8989 dirrem->dm_state |= ONDEPLIST;
9290 dirrem->dm_state |= COMPLETE;
9376 dirrem->dm_state |= DIRCHG;
9401 dirrem->dm_state |= ONDEPLIST;
9800 if (dirrem->dm_state & ONWORKLIST)
9813 if (dirrem->dm_state & ONDEPLIST)
9874 if (dirrem->dm_state & DIRCHG) {
9881 dirrem->dm_state = ONDEPLIST;
[all …]
H A Dsoftdep.h738 # define dm_state dm_list.wk_state /* state of the old directory entry */ macro