Home
last modified time | relevance | path

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

/fs/ocfs2/
Daops.c2102 struct ocfs2_dio_write_ctxt *dwc = NULL; in ocfs2_dio_alloc_write_ctx() local
2107 dwc = kmalloc(sizeof(struct ocfs2_dio_write_ctxt), GFP_NOFS); in ocfs2_dio_alloc_write_ctx()
2108 if (dwc == NULL) in ocfs2_dio_alloc_write_ctx()
2110 INIT_LIST_HEAD(&dwc->dw_zero_list); in ocfs2_dio_alloc_write_ctx()
2111 dwc->dw_zero_count = 0; in ocfs2_dio_alloc_write_ctx()
2112 dwc->dw_orphaned = 0; in ocfs2_dio_alloc_write_ctx()
2113 dwc->dw_writer_pid = task_pid_nr(current); in ocfs2_dio_alloc_write_ctx()
2114 bh->b_private = dwc; in ocfs2_dio_alloc_write_ctx()
2117 return dwc; in ocfs2_dio_alloc_write_ctx()
2121 struct ocfs2_dio_write_ctxt *dwc) in ocfs2_dio_free_write_ctx() argument
[all …]