Lines Matching refs:ue
798 struct ocfs2_unwritten_extent *ue = NULL, *tmp = NULL; in ocfs2_free_unwritten_list() local
800 list_for_each_entry_safe(ue, tmp, head, ue_node) { in ocfs2_free_unwritten_list()
801 list_del(&ue->ue_node); in ocfs2_free_unwritten_list()
803 list_del(&ue->ue_ip_node); in ocfs2_free_unwritten_list()
805 kfree(ue); in ocfs2_free_unwritten_list()
1303 struct ocfs2_unwritten_extent *ue = NULL, *new = NULL; in ocfs2_unwritten_check() local
1314 list_for_each_entry(ue, &oi->ip_unwritten_list, ue_ip_node) { in ocfs2_unwritten_check()
1315 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
2241 struct ocfs2_unwritten_extent *ue = NULL; in ocfs2_dio_wr_get_block() local
2243 ue = list_first_entry(&wc->w_unwritten_list, in ocfs2_dio_wr_get_block()
2246 BUG_ON(ue->ue_cpos != desc->c_cpos); in ocfs2_dio_wr_get_block()
2248 ue->ue_phys = desc->c_phys; in ocfs2_dio_wr_get_block()
2274 struct ocfs2_unwritten_extent *ue = NULL; in ocfs2_dio_end_io_write() local
2344 list_for_each_entry(ue, &dwc->dw_zero_list, ue_node) { in ocfs2_dio_end_io_write()
2351 ue->ue_cpos, 1, in ocfs2_dio_end_io_write()
2352 ue->ue_phys, in ocfs2_dio_end_io_write()