Lines Matching defs:ocfs2_write_ctxt
714 struct ocfs2_write_ctxt { struct
716 u32 w_cpos;
717 u32 w_clen;
720 u32 w_first_new_cpos;
723 ocfs2_write_type_t w_type;
725 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
733 unsigned int w_large_pages;
747 unsigned int w_num_pages;
748 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];
749 struct page *w_target_page;
755 unsigned int w_target_locked:1;
761 unsigned int w_target_from;
762 unsigned int w_target_to;
791 static void ocfs2_unlock_pages(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_pages() argument