Lines Matching defs:ocfs2_write_ctxt
710 struct ocfs2_write_ctxt { struct
712 u32 w_cpos;
713 u32 w_clen;
716 u32 w_first_new_cpos;
719 ocfs2_write_type_t w_type;
721 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
729 unsigned int w_large_pages;
743 unsigned int w_num_pages;
744 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
745 struct page *w_target_page;
751 unsigned int w_target_locked:1;
757 unsigned int w_target_from;
758 unsigned int w_target_to;
787 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument