Searched refs:all_objects (Results 1 – 2 of 2) sorted by relevance
82 all_objects=$(get_object_list $TESTPOOL/$TESTFS | grep -v 'used$')85 expected=$all_objects90 expected=$all_objects95 expected=$(grep "ZFS plain file" <<< $all_objects)100 expected=$(grep "ZFS directory" <<< $all_objects)105 expected=$(grep -e "ZFS directory" -e "ZFS plain file" <<< $all_objects)110 expected=$(grep -v -e "ZFS plain file" -e "ZFS directory" <<< $all_objects)
51 static MY_OBJ *all_objects; variable56 MY_OBJ *list = all_objects; in valid()72 MY_OBJ *p = all_objects; in delink()79 all_objects = p->next; in delink()357 obj->next = all_objects; in dlg_reallocate_gauge()358 all_objects = obj; in dlg_reallocate_gauge()