Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dtree-log.c1337 struct inode *other_inode = NULL; in add_link() local
1362 other_inode = read_one_inode(root, key.objectid); in add_link()
1363 if (!other_inode) { in add_link()
1367 ret = btrfs_unlink_inode(trans, root, BTRFS_I(dir), BTRFS_I(other_inode), in add_link()
1375 if (other_inode->i_nlink == 0) in add_link()
1376 inc_nlink(other_inode); in add_link()
1385 iput(other_inode); in add_link()
Dsend.c1851 u64 other_inode = 0; in will_overwrite_ref() local
1880 &other_inode, &other_type); in will_overwrite_ref()
1893 if (other_inode > sctx->send_progress || in will_overwrite_ref()
1894 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref()
1895 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref()
1901 *who_ino = other_inode; in will_overwrite_ref()