Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c2104 struct ocfs2_dio_write_ctxt *dwc = NULL; in ocfs2_dio_alloc_write_ctx() local
2109 dwc = kmalloc(sizeof(struct ocfs2_dio_write_ctxt), GFP_NOFS); in ocfs2_dio_alloc_write_ctx()
2110 if (dwc == NULL) in ocfs2_dio_alloc_write_ctx()
2112 INIT_LIST_HEAD(&dwc->dw_zero_list); in ocfs2_dio_alloc_write_ctx()
2113 dwc->dw_zero_count = 0; in ocfs2_dio_alloc_write_ctx()
2114 dwc->dw_orphaned = 0; in ocfs2_dio_alloc_write_ctx()
2115 dwc->dw_writer_pid = task_pid_nr(current); in ocfs2_dio_alloc_write_ctx()
2116 bh->b_private = dwc; in ocfs2_dio_alloc_write_ctx()
2119 return dwc; in ocfs2_dio_alloc_write_ctx()
2123 struct ocfs2_dio_write_ctxt *dwc) in ocfs2_dio_free_write_ctx() argument
[all …]