Searched refs:eo_get_last_eb_blk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 68 * ->eo_get_last_eb_blk() operations access this value. They are 73 u64 (*eo_get_last_eb_blk)(struct ocfs2_extent_tree *et); member 163 .eo_get_last_eb_blk = ocfs2_dinode_get_last_eb_blk, 285 .eo_get_last_eb_blk = ocfs2_xattr_value_get_last_eb_blk, 331 .eo_get_last_eb_blk = ocfs2_xattr_tree_get_last_eb_blk, 378 .eo_get_last_eb_blk = ocfs2_dx_root_get_last_eb_blk, 424 .eo_get_last_eb_blk = ocfs2_refcount_tree_get_last_eb_blk, 501 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 66 * ->eo_get_last_eb_blk() operations access this value. They are 71 u64 (*eo_get_last_eb_blk)(struct ocfs2_extent_tree *et); member 161 .eo_get_last_eb_blk = ocfs2_dinode_get_last_eb_blk, 283 .eo_get_last_eb_blk = ocfs2_xattr_value_get_last_eb_blk, 329 .eo_get_last_eb_blk = ocfs2_xattr_tree_get_last_eb_blk, 376 .eo_get_last_eb_blk = ocfs2_dx_root_get_last_eb_blk, 422 .eo_get_last_eb_blk = ocfs2_refcount_tree_get_last_eb_blk, 499 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()
|
Completed in 17 milliseconds