• 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.36/fs/ocfs2/

Lines Matching defs:meta_ac

57 	struct ocfs2_alloc_context *meta_ac;
564 struct ocfs2_alloc_context *meta_ac = NULL;
579 ret = ocfs2_reserve_new_metadata_blocks(osb, 1, &meta_ac);
599 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
628 rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
689 if (meta_ac)
690 ocfs2_free_alloc_context(meta_ac);
1284 struct ocfs2_alloc_context *meta_ac)
1303 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1334 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1513 struct ocfs2_alloc_context *meta_ac)
1542 ret = ocfs2_claim_metadata(handle, meta_ac, 1, &suballoc_loc,
1569 new_rb->rf_suballoc_slot = cpu_to_le16(meta_ac->ac_alloc_slot);
1596 1, 0, meta_ac);
1609 struct ocfs2_alloc_context *meta_ac)
1620 &expand_bh, meta_ac);
1633 expand_bh, meta_ac);
1737 struct ocfs2_alloc_context *meta_ac)
1752 ref_leaf_bh, meta_ac);
1826 struct ocfs2_alloc_context *meta_ac,
1877 ref_leaf_bh, meta_ac);
1979 struct ocfs2_alloc_context *meta_ac,
2033 merge, meta_ac);
2052 meta_ac, dealloc);
2074 struct ocfs2_alloc_context *meta_ac,
2087 1, meta_ac, dealloc);
2149 struct ocfs2_alloc_context *meta_ac,
2154 meta_ac, dealloc);
2162 struct ocfs2_alloc_context *meta_ac,
2194 meta_ac, dealloc);
2205 ref_leaf_bh, meta_ac,
2219 struct ocfs2_alloc_context *meta_ac,
2254 meta_ac, dealloc);
2284 struct ocfs2_alloc_context *meta_ac,
2316 cpos, len, meta_ac, dealloc, delete);
2331 * The caller is responsible for passing down meta_ac if we'll need it.
2337 struct ocfs2_alloc_context *meta_ac,
2354 len, phys, meta_ac, dealloc,
2833 * Prepare meta_ac, data_ac and calculate credits when we want to add some
2848 struct ocfs2_alloc_context **meta_ac,
2879 meta_ac);
2894 if (*meta_ac) {
2895 ocfs2_free_alloc_context(*meta_ac);
2896 *meta_ac = NULL;
3054 struct ocfs2_alloc_context *meta_ac,
3101 &replace_rec, meta_ac, dealloc);
3135 context->meta_ac, &context->dealloc);
3222 &context->meta_ac,
3267 context->meta_ac,
3298 context->meta_ac,
3340 if (context->meta_ac) {
3341 ocfs2_free_alloc_context(context->meta_ac);
3342 context->meta_ac = NULL;
3694 struct ocfs2_alloc_context *meta_ac = NULL;
3710 ref_blocks, &meta_ac);
3729 meta_ac, dealloc);
3737 meta_ac, dealloc);
3752 if (meta_ac)
3753 ocfs2_free_alloc_context(meta_ac);
3902 struct ocfs2_alloc_context *meta_ac = NULL;
3907 ref_root_bh, &meta_ac,
3923 num_clusters, ext_flags, meta_ac);
3931 meta_ac, dealloc);
3938 if (meta_ac)
3939 ocfs2_free_alloc_context(meta_ac);