Lines Matching defs:ocfs2_write_ctxt
726 struct ocfs2_write_ctxt { struct
728 u32 w_cpos;
729 u32 w_clen;
732 u32 w_first_new_cpos;
735 ocfs2_write_type_t w_type;
737 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
745 unsigned int w_large_pages;
759 unsigned int w_num_pages;
760 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
761 struct page *w_target_page;
767 unsigned int w_target_locked:1;
773 unsigned int w_target_from;
774 unsigned int w_target_to;
803 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument