Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ffs/
H A Dffs_softdep.c1866 if (dirrem->dm_state & INPROGRESS) {
9307 dirrem->dm_state |= COMPLETE;
9389 dirrem->dm_state |= ONDEPLIST;
9689 dirrem->dm_state |= COMPLETE;
9775 dirrem->dm_state |= DIRCHG;
9800 dirrem->dm_state |= ONDEPLIST;
10218 if (dirrem->dm_state & ONWORKLIST)
10233 if (dirrem->dm_state & ONDEPLIST)
10305 if (dirrem->dm_state & DIRCHG) {
10312 dirrem->dm_state = ONDEPLIST;
[all …]
H A Dsoftdep.h744 # define dm_state dm_list.wk_state /* state of the old directory entry */ macro