Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfile.c2180 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument
2187 ret = ocfs2_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2189 ret = ocfs2_try_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2215 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree()
2222 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument
2233 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree()
2234 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree()
2240 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local
2255 meta_level, in ocfs2_prepare_inode_for_write()
2289 if (meta_level == 0) { in ocfs2_prepare_inode_for_write()
[all …]