Searched refs:has_open_children (Results 1 – 4 of 4) sorted by relevance
31 … && Vcb->root_fileref->fcb && (Vcb->root_fileref->open_count > 0 || has_open_children(Vcb->root_fi… in pnp_query_remove_device()
442 bool has_open_children(file_ref* fileref) { in has_open_children() function454 if (has_open_children(c)) in has_open_children()2673 …gs & FILE_RENAME_POSIX_SEMANTICS) && (oldfileref->open_count > 0 || has_open_children(oldfileref))… in set_rename_information()2719 if (has_open_children(fileref)) { in set_rename_information()3538 …lags & FILE_LINK_POSIX_SEMANTICS) && (oldfileref->open_count > 0 || has_open_children(oldfileref))… in set_link_information()
1420 bool has_open_children(file_ref* fileref);
2264 … && Vcb->root_fileref->fcb && (Vcb->root_fileref->open_count > 0 || has_open_children(Vcb->root_fi… in lock_volume()