Lines Matching refs:meta_ac
1123 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster() argument
1144 data_ac, meta_ac, NULL); in ocfs2_write_cluster()
1166 meta_ac, &wc->w_dealloc); in ocfs2_write_cluster()
1224 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc() argument
1250 data_ac, meta_ac, in ocfs2_write_cluster_by_desc()
1662 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock() local
1747 &data_ac, &meta_ac); in ocfs2_write_begin_nolock()
1822 ret = ocfs2_write_cluster_by_desc(mapping, data_ac, meta_ac, wc, pos, in ocfs2_write_begin_nolock()
1831 if (meta_ac) in ocfs2_write_begin_nolock()
1832 ocfs2_free_alloc_context(meta_ac); in ocfs2_write_begin_nolock()
1863 if (meta_ac) { in ocfs2_write_begin_nolock()
1864 ocfs2_free_alloc_context(meta_ac); in ocfs2_write_begin_nolock()
1865 meta_ac = NULL; in ocfs2_write_begin_nolock()
2295 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_dio_end_io_write() local
2340 &data_ac, &meta_ac); in ocfs2_dio_end_io_write()
2365 meta_ac, &dealloc); in ocfs2_dio_end_io_write()
2386 if (meta_ac) in ocfs2_dio_end_io_write()
2387 ocfs2_free_alloc_context(meta_ac); in ocfs2_dio_end_io_write()