• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/

Lines Matching defs:meta_ac

79 	struct ocfs2_alloc_context *meta_ac;
737 ctxt->meta_ac,
794 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac,
808 len, ctxt->meta_ac, &ctxt->dealloc, 1);
2303 struct ocfs2_alloc_context **meta_ac,
2332 meta_add, meta_ac);
2366 &ctxt.meta_ac,
2384 if (ctxt.meta_ac) {
2385 ocfs2_free_alloc_context(ctxt.meta_ac);
2386 ctxt.meta_ac = NULL;
2390 if (ctxt.meta_ac)
2391 ocfs2_free_alloc_context(ctxt.meta_ac);
2864 ret = ocfs2_claim_metadata(ctxt->handle, ctxt->meta_ac, 1,
2887 xblk->xb_suballoc_slot = cpu_to_le16(ctxt->meta_ac->ac_alloc_slot);
3250 &ctxt->meta_ac);
3264 if (ctxt->meta_ac) {
3265 ocfs2_free_alloc_context(ctxt->meta_ac);
3266 ctxt->meta_ac = NULL;
3426 struct ocfs2_alloc_context *meta_ac,
3450 .meta_ac = meta_ac,
3626 if (ctxt.meta_ac)
3627 ocfs2_free_alloc_context(ctxt.meta_ac);
5144 num_bits, 0, ctxt->meta_ac);
5412 struct ocfs2_alloc_context *meta_ac = NULL;
5433 ret = ocfs2_lock_allocators(inode, &et, 0, 1, NULL, &meta_ac);
5463 ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac,
5484 if (meta_ac)
5485 ocfs2_free_alloc_context(meta_ac);
5664 &ctxt.meta_ac,
5678 if (ctxt.meta_ac) {
5679 ocfs2_free_alloc_context(ctxt.meta_ac);
5680 ctxt.meta_ac = NULL;
5688 if (ctxt.meta_ac)
5689 ocfs2_free_alloc_context(ctxt.meta_ac);
6254 * Lock the meta_ac and caculate how much credits we need for reflink xattrs.
6261 struct ocfs2_alloc_context **meta_ac)
6294 ret = ocfs2_reserve_new_metadata_blocks(osb, meta_add, meta_ac);
6320 struct ocfs2_alloc_context *meta_ac,
6415 meta_ac);
6425 meta_ac, args->dealloc);
6451 struct ocfs2_alloc_context *meta_ac = NULL;
6460 &credits, &meta_ac);
6487 args->new_bh, new_xh, &vb, meta_ac,
6506 if (meta_ac)
6507 ocfs2_free_alloc_context(meta_ac);
6521 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &ctxt.meta_ac);
6543 ocfs2_free_alloc_context(ctxt.meta_ac);
6563 struct ocfs2_alloc_context *meta_ac;
6570 &credits, &meta_ac);
6606 new_blk_bh, new_xh, &vb, meta_ac,
6629 ocfs2_free_alloc_context(meta_ac);
6716 struct ocfs2_alloc_context **meta_ac,
6775 meta_ac);
6789 if (*meta_ac) {
6790 ocfs2_free_alloc_context(*meta_ac);
6791 meta_ac = NULL;
6801 struct ocfs2_alloc_context *meta_ac,
6857 &vb, meta_ac,
6893 struct ocfs2_alloc_context *meta_ac,
6926 meta_ac, data_ac, args);
6942 num_clusters, 0, meta_ac);
6972 struct ocfs2_alloc_context *meta_ac = NULL;
6985 &meta_ac, &data_ac);
6999 meta_ac, data_ac,
7007 if (meta_ac)
7008 ocfs2_free_alloc_context(meta_ac);