Searched refs:MKDIR_BODY (Results 1 – 2 of 2) sorted by relevance
3649 } else if (jaddref->ja_state & MKDIR_BODY)4612 dotaddref->ja_state |= MKDIR_BODY;7320 handle_written_mkdir(WK_MKDIR(wk), MKDIR_BODY);8137 mkdir1->md_state = ATTACHED | MKDIR_BODY;8294 dap->da_state |= MKDIR_BODY | MKDIR_PARENT;8339 (jaddref->ja_state & MKDIR_BODY),8483 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0) {8490 state = mkdir->md_state & (MKDIR_PARENT | MKDIR_BODY);8494 (MKDIR_PARENT | MKDIR_BODY)) == 0)8497 if ((olddap->da_state & (MKDIR_PARENT | MKDIR_BODY)) != 0)[all …]
125 #define MKDIR_BODY 0x000020 /* diradd, mkdir, jaddref only */ macro