Searched refs:ocfs2_which_suballoc_group (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | suballoc.h | 142 static inline u64 ocfs2_which_suballoc_group(u64 block, unsigned int bit) in ocfs2_which_suballoc_group() function
|
H A D | suballoc.c | 65 return ocfs2_which_suballoc_group(res->sr_blkno, res->sr_bit_offset); in ocfs2_group_from_res() 2049 ac->ac_last_group = ocfs2_which_suballoc_group( in ocfs2_init_inode_ac_group() 2534 u64 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_free_dinode() 2779 ocfs2_which_suballoc_group(blkno, bit); in ocfs2_test_suballoc_bit()
|
H A D | dir.c | 4385 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_dx_dir_remove_index()
|
H A D | refcounttree.c | 794 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_remove_refcount_tree()
|
H A D | alloc.c | 6416 bg_blkno = ocfs2_which_suballoc_group(head->free_blk, in ocfs2_free_cached_blocks()
|
H A D | xattr.c | 2513 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_xattr_free_block()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | suballoc.h | 140 static inline u64 ocfs2_which_suballoc_group(u64 block, unsigned int bit) in ocfs2_which_suballoc_group() function
|
H A D | suballoc.c | 63 return ocfs2_which_suballoc_group(res->sr_blkno, res->sr_bit_offset); in ocfs2_group_from_res() 2047 ac->ac_last_group = ocfs2_which_suballoc_group( in ocfs2_init_inode_ac_group() 2532 u64 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_free_dinode() 2777 ocfs2_which_suballoc_group(blkno, bit); in ocfs2_test_suballoc_bit()
|
H A D | dir.c | 4371 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_dx_dir_remove_index()
|
H A D | refcounttree.c | 792 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_remove_refcount_tree()
|
H A D | alloc.c | 6416 bg_blkno = ocfs2_which_suballoc_group(head->free_blk, in ocfs2_free_cached_blocks()
|
H A D | xattr.c | 2507 bg_blkno = ocfs2_which_suballoc_group(blk, bit); in ocfs2_xattr_free_block()
|
Completed in 66 milliseconds