Lines Matching defs:ocfs2_write_ctxt
701 struct ocfs2_write_ctxt { struct
703 u32 w_cpos;
704 u32 w_clen;
707 u32 w_first_new_cpos;
710 ocfs2_write_type_t w_type;
712 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];
720 unsigned int w_large_pages;
734 unsigned int w_num_folios;
735 struct folio *w_folios[OCFS2_MAX_CTXT_PAGES];
736 struct folio *w_target_folio;
742 unsigned int w_target_locked:1;
748 unsigned int w_target_from;
749 unsigned int w_target_to;
778 static void ocfs2_unlock_folios(struct ocfs2_write_ctxt *wc) in ocfs2_unlock_folios() argument