Searched refs:MKDIR_PARENT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c3747 jsegdep->jd_state |= jremref->jr_state & MKDIR_PARENT;
3783 } else if (jaddref->ja_state & MKDIR_PARENT) {
4015 * to the journal to write. The MKDIR_PARENT flag is set if we're doing
4710 * We don't set MKDIR_PARENT as this is not tied to a mkdir and
4783 dotdotaddref->ja_state |= MKDIR_PARENT;
8406 mkdir2->md_state = ATTACHED | MKDIR_PARENT;
8455 (jaddref->ja_state & MKDIR_PARENT),
8462 dap->da_state &= ~MKDIR_PARENT;
8562 dap->da_state |= MKDIR_BODY | MKDIR_PARENT;
8757 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BOD
11363 handle_written_mkdir(WK_MKDIR(wk), MKDIR_PARENT); local
[all...]
H A Dsoftdep.h75 * MKDIR_PARENT is cleared when the parent inode with the increased link
126 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */ macro
703 * the parent inode with the increased link count for ".." (MKDIR_PARENT).
722 # define md_state md_list.wk_state /* type: MKDIR_PARENT or MKDIR_BODY */
805 * the journal entry is present. MKDIR_BODY and MKDIR_PARENT are used to

Completed in 138 milliseconds