Lines Matching refs:ue
817 struct ocfs2_unwritten_extent *ue = NULL, *tmp = NULL; in ocfs2_free_unwritten_list() local
819 list_for_each_entry_safe(ue, tmp, head, ue_node) { in ocfs2_free_unwritten_list()
820 list_del(&ue->ue_node); in ocfs2_free_unwritten_list()
822 list_del(&ue->ue_ip_node); in ocfs2_free_unwritten_list()
824 kfree(ue); in ocfs2_free_unwritten_list()
1326 struct ocfs2_unwritten_extent *ue = NULL, *new = NULL; in ocfs2_unwritten_check() local
1337 list_for_each_entry(ue, &oi->ip_unwritten_list, ue_ip_node) { in ocfs2_unwritten_check()
1338 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
2267 struct ocfs2_unwritten_extent *ue = NULL; in ocfs2_dio_wr_get_block() local
2269 ue = list_first_entry(&wc->w_unwritten_list, in ocfs2_dio_wr_get_block()
2272 BUG_ON(ue->ue_cpos != desc->c_cpos); in ocfs2_dio_wr_get_block()
2274 ue->ue_phys = desc->c_phys; in ocfs2_dio_wr_get_block()
2302 struct ocfs2_unwritten_extent *ue = NULL; in ocfs2_dio_end_io_write() local
2372 list_for_each_entry(ue, &dwc->dw_zero_list, ue_node) { in ocfs2_dio_end_io_write()
2374 ue->ue_cpos, 1, in ocfs2_dio_end_io_write()
2375 ue->ue_phys, in ocfs2_dio_end_io_write()