Searched refs:meta_level (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | file.c | 2103 int meta_level, in ocfs2_inode_lock_for_extent_tree() argument 2111 ret = ocfs2_inode_lock(inode, NULL, meta_level); in ocfs2_inode_lock_for_extent_tree() 2114 overwrite_io ? NULL : di_bh, meta_level); in ocfs2_inode_lock_for_extent_tree() 2139 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_lock_for_extent_tree() 2146 int meta_level, in ocfs2_inode_unlock_for_extent_tree() argument 2157 if (meta_level >= 0) in ocfs2_inode_unlock_for_extent_tree() 2158 ocfs2_inode_unlock(inode, meta_level); in ocfs2_inode_unlock_for_extent_tree() 2164 int ret = 0, meta_level = 0, overwrite_io = 0; in ocfs2_prepare_inode_for_write() local 2179 meta_level, in ocfs2_prepare_inode_for_write() 2214 if (meta_level == 0) { in ocfs2_prepare_inode_for_write() [all …]
|