Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Daops.c799 struct list_head w_unwritten_list; member
857 ocfs2_free_unwritten_list(inode, &wc->w_unwritten_list); in ocfs2_free_write_ctxt()
889 INIT_LIST_HEAD(&wc->w_unwritten_list); in ocfs2_alloc_write_ctxt()
1389 list_add_tail(&new->ue_node, &wc->w_unwritten_list); in ocfs2_unwritten_check()
1988 BUG_ON(!list_empty(&wc->w_unwritten_list)); in ocfs2_write_end_nolock()
2285 if (!list_empty(&wc->w_unwritten_list)) { in ocfs2_dio_wr_get_block()
2288 ue = list_first_entry(&wc->w_unwritten_list, in ocfs2_dio_wr_get_block()
2295 list_splice_tail_init(&wc->w_unwritten_list, &dwc->dw_zero_list); in ocfs2_dio_wr_get_block()