Searched refs:meta_level (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | file.c | 2200 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument 2207 ret = ocfs2_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree() 2209 ret = ocfs2_try_inode_lock(inode, di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree() 2235 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree() 2242 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument 2253 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree() 2254 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree() 2260 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local 2275 meta_level, in ocfs2_prepare_inode_for_write() 2309 if (meta_level == 0) { in ocfs2_prepare_inode_for_write() [all …]
|