Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dtree-log.c1355 struct inode *other_inode = NULL; in add_link() local
1380 other_inode = read_one_inode(root, key.objectid); in add_link()
1381 if (!other_inode) { in add_link()
1385 ret = btrfs_unlink_inode(trans, root, BTRFS_I(dir), BTRFS_I(other_inode), in add_link()
1393 if (other_inode->i_nlink == 0) in add_link()
1394 inc_nlink(other_inode); in add_link()
1403 iput(other_inode); in add_link()
Dsend.c1825 u64 other_inode = 0; in will_overwrite_ref() local
1854 &other_inode, &other_type); in will_overwrite_ref()
1867 if (other_inode > sctx->send_progress || in will_overwrite_ref()
1868 is_waiting_for_move(sctx, other_inode)) { in will_overwrite_ref()
1869 ret = get_inode_info(sctx->parent_root, other_inode, NULL, in will_overwrite_ref()
1875 *who_ino = other_inode; in will_overwrite_ref()
/Linux-v5.4/fs/ext4/
Dinode.c5144 struct other_inode { struct
5152 struct other_inode *oi = (struct other_inode *) data; in other_inode_match() argument
5188 struct other_inode oi; in ext4_update_other_inodes_time()