Searched refs:meta_level (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | file.c | 2192 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument 2199 ret = ocfs2_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree() 2201 ret = ocfs2_try_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree() 2227 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree() 2234 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument 2245 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree() 2246 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree() 2252 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local 2267 meta_level, in ocfs2_prepare_inode_for_write() 2301 if (meta_level == 0) { in ocfs2_prepare_inode_for_write() [all …]
|