Lines Matching defs:ocfs2_write_ctxt
717 struct ocfs2_write_ctxt { struct
719 u32 w_cpos;
720 u32 w_clen;
723 u32 w_first_new_cpos;
726 ocfs2_write_type_t w_type;
728 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
736 unsigned int w_large_pages;
750 unsigned int w_num_pages;
751 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
752 struct page *w_target_page;
758 unsigned int w_target_locked:1;
764 unsigned int w_target_from;
765 unsigned int w_target_to;
794 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument