Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ocfs2/
Dfile.c2177 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument
2184 ret = ocfs2_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2186 ret = ocfs2_try_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree()
2212 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree()
2219 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument
2230 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree()
2231 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree()
2237 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local
2252 meta_level, in ocfs2_prepare_inode_for_write()
2286 if (meta_level == 0) { in ocfs2_prepare_inode_for_write()
[all …]