Searched refs:da_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c8462 dap->da_state &= ~MKDIR_PARENT;
8542 dap->da_state = ATTACHED;
8559 dap->da_state |= DEPCOMPLETE;
8562 dap->da_state |= MKDIR_BODY | MKDIR_PARENT;
8722 if ((dap->da_state & ALLCOMPLETE) != ALLCOMPLETE &&
8757 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0) {
8758 newdap->da_state &= ~DEPCOMPLETE;
8767 newdap->da_state |= state;
8768 olddap->da_state &= ~state;
8769 if ((olddap->da_state
[all...]
H A Dsoftdep.h650 * existing inodes), the COMPLETE flag is set in da_state. If the entry
653 * until the cylinder group has been updated. Thus the da_state COMPLETE
683 # define da_state da_list.wk_state /* state of the new directory entry */ macro
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_da.c102 } da_state; typedef in typeref:enum:__anon9670
319 da_state state;

Completed in 180 milliseconds