Home
last modified time | relevance | path

Searched refs:eo_extent_map_truncate (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c95 void (*eo_extent_map_truncate)(struct ocfs2_extent_tree *et, member
166 .eo_extent_map_truncate = ocfs2_dinode_extent_map_truncate,
520 if (et->et_ops->eo_extent_map_truncate) in ocfs2_et_extent_map_truncate()
521 et->et_ops->eo_extent_map_truncate(et, clusters); in ocfs2_et_extent_map_truncate()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c93 void (*eo_extent_map_truncate)(struct ocfs2_extent_tree *et, member
164 .eo_extent_map_truncate = ocfs2_dinode_extent_map_truncate,
518 if (et->et_ops->eo_extent_map_truncate) in ocfs2_et_extent_map_truncate()
519 et->et_ops->eo_extent_map_truncate(et, clusters); in ocfs2_et_extent_map_truncate()

Completed in 17 milliseconds