Lines Matching defs:ocfs2_write_ctxt
739 struct ocfs2_write_ctxt { struct
741 u32 w_cpos;
742 u32 w_clen;
745 u32 w_first_new_cpos;
748 ocfs2_write_type_t w_type;
750 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
758 unsigned int w_large_pages;
772 unsigned int w_num_pages;
773 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
774 struct page *w_target_page;
780 unsigned int w_target_locked:1;
786 unsigned int w_target_from;
787 unsigned int w_target_to;
816 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument