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

/linux-master/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 in typeref:struct:ocfs2_extent_tree_operations
175 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
183 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
237 BUG_ON(et->et_ops != &ocfs2_dinode_et_ops);
456 NULL, &ocfs2_dinode_et_ops);

Completed in 284 milliseconds