Lines Matching defs:ocfs2_write_ctxt
1214 struct ocfs2_write_ctxt { struct
1216 u32 w_cpos;
1217 u32 w_clen;
1220 u32 w_first_new_cpos;
1222 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
1230 unsigned int w_large_pages;
1244 unsigned int w_num_pages;
1245 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
1246 struct page *w_target_page;
1252 unsigned int w_target_locked:1;
1258 unsigned int w_target_from;
1259 unsigned int w_target_to;
1285 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument