Lines Matching defs:ocfs2_write_ctxt
712 struct ocfs2_write_ctxt { struct
714 u32 w_cpos;
715 u32 w_clen;
718 u32 w_first_new_cpos;
721 ocfs2_write_type_t w_type;
723 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
731 unsigned int w_large_pages;
745 unsigned int w_num_pages;
746 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
747 struct page *w_target_page;
753 unsigned int w_target_locked:1;
759 unsigned int w_target_from;
760 unsigned int w_target_to;
789 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument