Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c2116 struct ocfs2_dio_write_ctxt *dwc = NULL; in ocfs2_dio_alloc_write_ctx() local
2121 dwc = kmalloc(sizeof(struct ocfs2_dio_write_ctxt), GFP_NOFS); in ocfs2_dio_alloc_write_ctx()
2122 if (dwc == NULL) in ocfs2_dio_alloc_write_ctx()
2124 INIT_LIST_HEAD(&dwc->dw_zero_list); in ocfs2_dio_alloc_write_ctx()
2125 dwc->dw_zero_count = 0; in ocfs2_dio_alloc_write_ctx()
2126 dwc->dw_orphaned = 0; in ocfs2_dio_alloc_write_ctx()
2127 dwc->dw_writer_pid = task_pid_nr(current); in ocfs2_dio_alloc_write_ctx()
2128 bh->b_private = dwc; in ocfs2_dio_alloc_write_ctx()
2131 return dwc; in ocfs2_dio_alloc_write_ctx()
2135 struct ocfs2_dio_write_ctxt *dwc) in ocfs2_dio_free_write_ctx() argument
[all …]