Searched refs:MKDIR_BODY (Results 1 – 2 of 2) sorted by relevance
3786 } else if (jaddref->ja_state & MKDIR_BODY)4780 dotaddref->ja_state |= MKDIR_BODY;7557 handle_written_mkdir(WK_MKDIR(wk), MKDIR_BODY);8401 mkdir1->md_state = ATTACHED | MKDIR_BODY;8562 dap->da_state |= MKDIR_BODY | MKDIR_PARENT;8607 (jaddref->ja_state & MKDIR_BODY),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)[all …]
127 #define MKDIR_BODY 0x000020 /* diradd, mkdir, jaddref only */ macro