Lines Matching refs:MKDIR_PARENT

3747 	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_BODY)) != 0) {
8766 state = mkdir->md_state & (MKDIR_PARENT | MKDIR_BODY);
8770 (MKDIR_PARENT | MKDIR_BODY)) == 0)
8773 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0)
8856 if ((dap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0) {
8864 if (mkdir->md_state & MKDIR_PARENT) {
8923 if ((dap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0) {
8930 ~(mkdir->md_state & (MKDIR_PARENT | MKDIR_BODY));
8937 if ((dap->da_state & (MKDIR_PARENT | MKDIR_BODY)) == 0)
8940 if ((dap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0)
9074 wk->wk_state |= MKDIR_PARENT;
9079 * Cancel the MKDIR_PARENT mkdir component of a diradd when we're going to
9101 if (dap == NULL || (dap->da_state & MKDIR_PARENT) == 0)
9106 if (mkdir->md_diradd == dap && mkdir->md_state & MKDIR_PARENT)
9112 jaddref->ja_state &= ~MKDIR_PARENT;
9230 dotdotremref->jr_state |= MKDIR_PARENT;
9244 * existing MKDIR_PARENT mkdir. If it has already been canceled
9305 if (wk->wk_state & (MKDIR_BODY | MKDIR_PARENT))
9832 * Any marked MKDIR_PARENT are saved to be completed when the
9843 wk->wk_state & MKDIR_PARENT) {
9844 wk->wk_state &= ~MKDIR_PARENT;
11363 handle_written_mkdir(WK_MKDIR(wk), MKDIR_PARENT);
12049 dap->da_state &= ~(mkdir->md_state & (MKDIR_PARENT | MKDIR_BODY));
12050 if ((dap->da_state & (MKDIR_PARENT | MKDIR_BODY)) == 0) {
12066 if ((mkdir->md_state & (MKDIR_PARENT | MKDIR_BODY)) != type)
12459 * Flush our parent if this directory entry has a MKDIR_PARENT
12470 if ((dap->da_state & MKDIR_PARENT) ||
12514 * All MKDIR_PARENT dependencies and all the NEWBLOCK pagedeps
13095 * has a MKDIR_PARENT dependency.
13097 if (dap->da_state & MKDIR_PARENT) {
13108 * All MKDIR_PARENT dependencies and all the
13174 * Having accounted for MKDIR_PARENT and MKDIR_BODY above,