Lines Matching refs:TALLOC_FLAG_LOOP
63 #define TALLOC_FLAG_LOOP 0x02 macro
563 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_free()
583 tc->flags |= TALLOC_FLAG_LOOP; in talloc_free()
753 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_total_size()
757 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_size()
764 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_size()
777 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_total_blocks()
781 tc->flags |= TALLOC_FLAG_LOOP; in talloc_total_blocks()
788 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_total_blocks()
815 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_report_depth()
819 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth()
837 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_report_depth()
927 if (tc->flags & TALLOC_FLAG_LOOP) { in talloc_report_depth_str()
931 tc->flags |= TALLOC_FLAG_LOOP; in talloc_report_depth_str()
955 tc->flags &= ~TALLOC_FLAG_LOOP; in talloc_report_depth_str()