Lines Matching defs:ocfs2_write_ctxt
1180 struct ocfs2_write_ctxt { struct
1182 u32 w_cpos;
1183 u32 w_clen;
1186 u32 w_first_new_cpos;
1188 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
1196 unsigned int w_large_pages;
1210 unsigned int w_num_pages;
1211 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
1212 struct page *w_target_page;
1218 unsigned int w_target_locked:1;
1224 unsigned int w_target_from;
1225 unsigned int w_target_to;
1251 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument