Home
last modified time | relevance | path

Searched refs:w_unwritten_list (Results 1 – 1 of 1) sorted by relevance

/fs/ocfs2/
Daops.c774 struct list_head w_unwritten_list; member
832 ocfs2_free_unwritten_list(inode, &wc->w_unwritten_list); in ocfs2_free_write_ctxt()
864 INIT_LIST_HEAD(&wc->w_unwritten_list); in ocfs2_alloc_write_ctxt()
1365 list_add_tail(&new->ue_node, &wc->w_unwritten_list); in ocfs2_unwritten_check()
1963 BUG_ON(!list_empty(&wc->w_unwritten_list)); in ocfs2_write_end_nolock()
2266 if (!list_empty(&wc->w_unwritten_list)) { in ocfs2_dio_wr_get_block()
2269 ue = list_first_entry(&wc->w_unwritten_list, in ocfs2_dio_wr_get_block()
2276 list_splice_tail_init(&wc->w_unwritten_list, &dwc->dw_zero_list); in ocfs2_dio_wr_get_block()