• 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

1003 				     struct ocfs2_alloc_context *meta_ac,
1019 meta_ac,
1054 cpu_to_le16(meta_ac->ac_alloc_slot);
1166 struct ocfs2_alloc_context *meta_ac)
1223 meta_ac, new_eb_bhs);
1347 struct ocfs2_alloc_context *meta_ac,
1359 status = ocfs2_create_new_meta_bhs(handle, et, 1, meta_ac,
1523 struct ocfs2_alloc_context *meta_ac)
1530 BUG_ON(meta_ac == NULL);
1549 ret = ocfs2_shift_tree_depth(handle, et, meta_ac, &bh);
1576 meta_ac);
4640 struct ocfs2_alloc_context *meta_ac)
4679 meta_ac);
4713 struct ocfs2_alloc_context *meta_ac,
4742 if (!free_extents && !meta_ac) {
4748 && (ocfs2_alloc_context_bits_left(meta_ac)
4779 num_bits, flags, meta_ac);
4830 struct ocfs2_alloc_context *meta_ac)
4860 &depth, last_eb_bh, meta_ac);
4957 * meta_ac is not strictly necessary - we only truly need it if growth
4975 struct ocfs2_alloc_context *meta_ac,
5037 split_rec, meta_ac);
5063 * The caller is responsible for passing down meta_ac if we'll need it.
5068 struct ocfs2_alloc_context *meta_ac,
5134 index, &split_rec, meta_ac,
5152 * The caller is responsible for passing down meta_ac if we'll need it.
5157 struct ocfs2_alloc_context *meta_ac,
5177 len, phys, meta_ac, dealloc,
5189 struct ocfs2_alloc_context *meta_ac)
5233 meta_ac);
5416 struct ocfs2_alloc_context *meta_ac,
5489 trunc_range, meta_ac);
5612 struct ocfs2_alloc_context *meta_ac = NULL;
5638 ret = ocfs2_reserve_blocks_for_rec_trunc(inode, et, 1, &meta_ac,
5673 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc);
5688 len, meta_ac,
5703 if (meta_ac)
5704 ocfs2_free_alloc_context(meta_ac);