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

/linux-master/fs/ocfs2/
H A Dalloc.h20 * ocfs2_extent_tree and ocfs2_extent_tree_operations are used to abstract
36 * ocfs2_extent_tree_operations abstract the normal operations we do for
39 struct ocfs2_extent_tree_operations;
41 const struct ocfs2_extent_tree_operations *et_ops;
H A Dalloc.c57 * an ocfs2_extent_tree_operations structure and the matching
61 struct ocfs2_extent_tree_operations { struct
159 static const struct ocfs2_extent_tree_operations ocfs2_dinode_et_ops = {
281 static const struct ocfs2_extent_tree_operations ocfs2_xattr_value_et_ops = {
327 static const struct ocfs2_extent_tree_operations ocfs2_xattr_tree_et_ops = {
374 static const struct ocfs2_extent_tree_operations ocfs2_dx_root_et_ops = {
420 static const struct ocfs2_extent_tree_operations ocfs2_refcount_tree_et_ops = {
433 const struct ocfs2_extent_tree_operations *ops)

Completed in 149 milliseconds