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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h73 * MKDIR_PARENT is cleared when the parent inode with the increased link
124 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */ macro
657 * the parent inode with the increased link count for ".." (MKDIR_PARENT).
676 # define md_state md_list.wk_state /* type: MKDIR_PARENT or MKDIR_BODY */
759 * the journal entry is present. MKDIR_BODY and MKDIR_PARENT are used to
H A Dffs_softdep.c3603 jsegdep->jd_state |= jremref->jr_state & MKDIR_PARENT;
3639 } else if (jaddref->ja_state & MKDIR_PARENT) {
3871 * to the journal to write. The MKDIR_PARENT flag is set if we're doing
4539 * We don't set MKDIR_PARENT as this is not tied to a mkdir and
4608 dotdotaddref->ja_state |= MKDIR_PARENT;
8131 mkdir2->md_state = ATTACHED | MKDIR_PARENT;
8180 (jaddref->ja_state & MKDIR_PARENT),
8187 dap->da_state &= ~MKDIR_PARENT;
8282 dap->da_state |= MKDIR_BODY | MKDIR_PARENT;
8471 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BOD
10983 handle_written_mkdir(WK_MKDIR(wk), MKDIR_PARENT); local
[all...]

Completed in 121 milliseconds