Lines Matching refs:ret2
1205 int ret2; in btrfs_write_and_wait_transaction() local
1213 ret2 = btrfs_wait_extents(fs_info, dirty_pages); in btrfs_write_and_wait_transaction()
1219 else if (ret2) in btrfs_write_and_wait_transaction()
1220 return ret2; in btrfs_write_and_wait_transaction()
1422 int ret2; in commit_fs_roots() local
1430 ret2 = btrfs_update_reloc_root(trans, root); in commit_fs_roots()
1431 if (ret2) in commit_fs_roots()
1432 return ret2; in commit_fs_roots()
1445 ret2 = btrfs_update_root(trans, fs_info->tree_root, in commit_fs_roots()
1448 if (ret2) in commit_fs_roots()
1449 return ret2; in commit_fs_roots()