Searched defs:ocfs2_write_ctxt (Results 1 – 1 of 1) sorted by relevance
713 struct ocfs2_write_ctxt { struct715 u32 w_cpos;716 u32 w_clen;719 u32 w_first_new_cpos;722 ocfs2_write_type_t w_type;724 struct ocfs2_write_cluster_desc w_desc[OCFS2_MAX_CLUSTERS_PER_PAGE];732 unsigned int w_large_pages;746 unsigned int w_num_pages;747 struct page *w_pages[OCFS2_MAX_CTXT_PAGES];748 struct page *w_target_page;[all …]