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

/linux-4.1.27/fs/ocfs2/
H A Dalloc.c151 * Pre-declare ocfs2_dinode_et_ops so we can use it as a sanity check
167 static struct ocfs2_extent_tree_operations ocfs2_dinode_et_ops = { variable in typeref:struct:ocfs2_extent_tree_operations
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); ocfs2_dinode_set_last_eb_blk()
191 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); ocfs2_dinode_get_last_eb_blk()
245 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops); ocfs2_dinode_sanity_check()
463 NULL, &ocfs2_dinode_et_ops); ocfs2_init_dinode_extent_tree()

Completed in 105 milliseconds