Lines Matching refs:meta_ac
1132 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster() argument
1153 data_ac, meta_ac, NULL); in ocfs2_write_cluster()
1175 meta_ac, &wc->w_dealloc); in ocfs2_write_cluster()
1233 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc() argument
1259 data_ac, meta_ac, in ocfs2_write_cluster_by_desc()
1671 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock() local
1756 &data_ac, &meta_ac); in ocfs2_write_begin_nolock()
1831 ret = ocfs2_write_cluster_by_desc(mapping, data_ac, meta_ac, wc, pos, in ocfs2_write_begin_nolock()
1840 if (meta_ac) in ocfs2_write_begin_nolock()
1841 ocfs2_free_alloc_context(meta_ac); in ocfs2_write_begin_nolock()
1872 if (meta_ac) { in ocfs2_write_begin_nolock()
1873 ocfs2_free_alloc_context(meta_ac); in ocfs2_write_begin_nolock()
1874 meta_ac = NULL; in ocfs2_write_begin_nolock()
2304 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_dio_end_io_write() local
2356 &data_ac, &meta_ac); in ocfs2_dio_end_io_write()
2381 meta_ac, &dealloc); in ocfs2_dio_end_io_write()
2402 if (meta_ac) in ocfs2_dio_end_io_write()
2403 ocfs2_free_alloc_context(meta_ac); in ocfs2_dio_end_io_write()