Home
last modified time | relevance | path

Searched refs:other_inode (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dtree-log.c1395 struct inode *other_inode = NULL; in add_link() local
1420 other_inode = read_one_inode(root, key.objectid); in add_link()
1421 if (!other_inode) { in add_link()
1425 ret = btrfs_unlink_inode(trans, root, BTRFS_I(dir), BTRFS_I(other_inode), in add_link()
1433 if (other_inode->i_nlink == 0) in add_link()
1434 inc_nlink(other_inode); in add_link()
1443 iput(other_inode); in add_link()
Dsend.c1829 u64 other_inode = 0; in will_overwrite_ref() local
1858 &other_inode, &other_type); in will_overwrite_ref()
1871 if (other_inode > sctx->send_progress || in will_overwrite_ref()
1872 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref()
1873 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref()
1879 *who_ino = other_inode; in will_overwrite_ref()