Searched refs:other_inode (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 1364 struct inode *other_inode = NULL; in add_link() local 1389 other_inode = read_one_inode(root, key.objectid); in add_link() 1390 if (!other_inode) { in add_link() 1394 ret = btrfs_unlink_inode(trans, root, BTRFS_I(dir), BTRFS_I(other_inode), in add_link() 1402 if (other_inode->i_nlink == 0) in add_link() 1403 inc_nlink(other_inode); in add_link() 1412 iput(other_inode); in add_link()
|
H A D | send.c | 1852 u64 other_inode = 0; in will_overwrite_ref() local 1881 &other_inode, &other_type); in will_overwrite_ref() 1894 if (other_inode > sctx->send_progress || in will_overwrite_ref() 1895 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref() 1896 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref() 1902 *who_ino = other_inode; in will_overwrite_ref()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 2126 u64 other_inode = 0; in will_overwrite_ref() local 2149 &other_inode); in will_overwrite_ref() 2160 if (other_inode > sctx->send_progress || in will_overwrite_ref() 2161 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref() 2162 ret = get_inode_info(sctx->parent_root, other_inode, &info); in will_overwrite_ref() 2166 *who_ino = other_inode; in will_overwrite_ref()
|
Completed in 24 milliseconds