Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c138 * Pre-declare ocfs2_dinode_et_ops so we can use it as a sanity check
161 static const struct ocfs2_extent_tree_operations ocfs2_dinode_et_ops = { variable
177 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_set_last_eb_blk()
185 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_get_last_eb_blk()
239 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_sanity_check()
458 NULL, &ocfs2_dinode_et_ops); in ocfs2_init_dinode_extent_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c136 * Pre-declare ocfs2_dinode_et_ops so we can use it as a sanity check
159 static const struct ocfs2_extent_tree_operations ocfs2_dinode_et_ops = { variable
175 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_set_last_eb_blk()
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_get_last_eb_blk()
237 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); in ocfs2_dinode_sanity_check()
456 NULL, &ocfs2_dinode_et_ops); in ocfs2_init_dinode_extent_tree()

Completed in 18 milliseconds