Searched refs:refcount_loc (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | move_extents.c | 41 u64 refcount_loc; member 216 BUG_ON(!context->refcount_loc); in ocfs2_defrag_extent() 218 ret = ocfs2_lock_refcount_tree(osb, context->refcount_loc, 1, in ocfs2_defrag_extent() 226 context->refcount_loc, in ocfs2_defrag_extent() 590 BUG_ON(!context->refcount_loc); in ocfs2_move_extent() 592 ret = ocfs2_lock_refcount_tree(osb, context->refcount_loc, 1, in ocfs2_move_extent() 600 context->refcount_loc, in ocfs2_move_extent() 781 context->refcount_loc = le64_to_cpu(di->i_refcount_loc); in __ocfs2_move_extents_range()
|
| H A D | refcounttree.h | 40 u64 refcount_loc,
|
| H A D | refcounttree.c | 694 u64 refcount_loc) in ocfs2_set_refcount_tree() argument 707 ret = ocfs2_lock_refcount_tree(osb, refcount_loc, 1, in ocfs2_set_refcount_tree() 743 di->i_refcount_loc = cpu_to_le64(refcount_loc); in ocfs2_set_refcount_tree() 2515 u64 refcount_loc, in ocfs2_prepare_refcount_change_for_del() argument 2535 refcount_loc, &tree); in ocfs2_prepare_refcount_change_for_del() 2541 ret = ocfs2_read_refcount_block(&tree->rf_ci, refcount_loc, in ocfs2_prepare_refcount_change_for_del()
|
| H A D | alloc.c | 5709 u64 refcount_loc, bool refcount_tree_locked) in ocfs2_remove_btree_range() argument 5723 ret = ocfs2_lock_refcount_tree(osb, refcount_loc, 1, in ocfs2_remove_btree_range() 5732 refcount_loc, in ocfs2_remove_btree_range() 7244 u64 refcount_loc = le64_to_cpu(di->i_refcount_loc); in ocfs2_commit_truncate() local 7366 status = ocfs2_lock_refcount_tree(osb, refcount_loc, 1, in ocfs2_commit_truncate() 7376 refcount_loc, true); in ocfs2_commit_truncate()
|
| H A D | file.c | 1782 u64 blkno, refcount_loc = le64_to_cpu(di->i_refcount_loc); in ocfs2_remove_inode_range() local 1915 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range()
|