Lines Matching defs:ino
56 u64 ino;
428 KERN_ERR "BTRFS: unexpected compression for ino %llu\n",
1461 u64 ino = btrfs_ino(inode);
1490 ret = btrfs_lookup_file_extent(NULL, root, path, ino,
1504 if (found_key.objectid == ino &&
1527 if (found_key.objectid > ino)
1533 if (WARN_ON_ONCE(found_key.objectid < ino) ||
1603 ret = btrfs_cross_ref_exist(root, ino,
3443 "error loading props for ino %llu (root %llu): %d",
3621 u64 ino = btrfs_ino(inode);
3660 ret = btrfs_del_inode_ref(trans, root, name, name_len, ino,
3665 name_len, name, ino, dir_ino);
4234 u64 ino = btrfs_ino(BTRFS_I(inode));
4280 key.objectid = ino;
4318 if (found_key.objectid != ino)
4479 ino, extent_offset);
5252 "%s gets something invalid in DIR_ITEM (name %s, directory ino %llu, location(%llu %u %llu))",
5337 u64 ino = btrfs_ino(BTRFS_I(inode));
5348 if (ino < btrfs_ino(entry))
5350 else if (ino > btrfs_ino(entry))
5393 inode->i_ino = args->ino;
5394 BTRFS_I(inode)->location.objectid = args->ino;
5406 return args->ino == BTRFS_I(inode)->location.objectid &&
5410 static struct inode *btrfs_iget_locked(struct super_block *s, u64 ino,
5415 unsigned long hashval = btrfs_inode_hash(ino, root);
5417 args.ino = ino;
5432 struct inode *btrfs_iget_path(struct super_block *s, u64 ino,
5437 inode = btrfs_iget_locked(s, ino, root);
5464 struct inode *btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root)
5466 return btrfs_iget_path(s, ino, root, NULL);
5633 u64 ino;
5647 get_unaligned(&entry->ino),
5748 put_unaligned(location.objectid, &entry->ino);
5941 args.ino = BTRFS_I(inode)->location.objectid;
6138 "error inheriting props for ino %llu (root %llu): %d",
6165 u64 ino = btrfs_ino(inode);
6168 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6171 key.objectid = ino;
6176 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6181 ret = btrfs_insert_inode_ref(trans, root, name, name_len, ino,
6219 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) {
6232 ino, parent_ino, &local_index);
7761 "direct IO failed ino %llu rw %d,%u sector %#Lx len %u err no %d",