Home
last modified time | relevance | path

Searched refs:meta_level (Results 1 – 1 of 1) sorted by relevance

/fs/ocfs2/
Dfile.c2183 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument
2190 ret = ocfs2_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2192 ret = ocfs2_try_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2218 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree()
2225 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument
2236 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree()
2237 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree()
2243 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local
2258 meta_level, in ocfs2_prepare_inode_for_write()
2292 if (meta_level == 0) { in ocfs2_prepare_inode_for_write()
[all …]