Home | History | Annotate | Download | only in misc

Lines Matching full:prev

74 		list1->next->prev = list2;	\
75 list2->prev = list1; \
136 struct fiemap_extent_list *prev;
142 struct fiemap_extent_group *prev;
648 (*ext_list_head)->prev = *ext_list_head;
669 ext_list_tmp->prev->data.logical +
670 ext_list_tmp->prev->data.len)
680 ext_list_tmp = ext_list_tmp->prev;
706 (*ext_list_head)->prev = *ext_list_head;
727 ext_list_tmp->prev->data.physical +
728 ext_list_tmp->prev->data.len)
738 ext_list_tmp = ext_list_tmp->prev;
766 (*ext_group_head)->prev = *ext_group_head;
771 ext_group_tmp = (*ext_group_head)->prev;
796 if ((ext_list_tmp->prev->data.logical +
797 ext_list_tmp->prev->data.len)
808 ext_group_tmp->end = ext_list_tmp->prev;
979 ext_list_tmp->prev->next = ext_list_tmp->next;
980 ext_list_tmp->next->prev = ext_list_tmp->prev;
1027 ext_list_head->prev->next = ext_list_head->next;
1028 ext_list_head->next->prev = ext_list_head->prev;
1049 ext_group_head->prev->next = ext_group_head->next;
1050 ext_group_head->next->prev = ext_group_head->prev;