Home
last modified time | relevance | path

Searched refs:eo_get_last_eb_blk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dalloc.c87 u64 (*eo_get_last_eb_blk)(struct ocfs2_extent_tree *et); member
177 .eo_get_last_eb_blk = ocfs2_dinode_get_last_eb_blk,
299 .eo_get_last_eb_blk = ocfs2_xattr_value_get_last_eb_blk,
345 .eo_get_last_eb_blk = ocfs2_xattr_tree_get_last_eb_blk,
392 .eo_get_last_eb_blk = ocfs2_dx_root_get_last_eb_blk,
438 .eo_get_last_eb_blk = ocfs2_refcount_tree_get_last_eb_blk,
515 return et->et_ops->eo_get_last_eb_blk(et); in ocfs2_et_get_last_eb_blk()