Lines Matching defs:dst_item
527 struct btrfs_inode_item *dst_item;
530 dst_item = (struct btrfs_inode_item *)dst_ptr;
544 S_ISREG(btrfs_inode_mode(dst_eb, dst_item)) &&
546 btrfs_set_inode_size(dst_eb, dst_item, ino_size);
551 S_ISDIR(btrfs_inode_mode(path->nodes[0], dst_item))) {
554 dst_item);
562 struct btrfs_inode_item *dst_item;
563 dst_item = (struct btrfs_inode_item *)dst_ptr;
564 btrfs_set_inode_size(path->nodes[0], dst_item, saved_i_size);
569 struct btrfs_inode_item *dst_item;
570 dst_item = (struct btrfs_inode_item *)dst_ptr;
571 if (btrfs_inode_generation(path->nodes[0], dst_item) == 0) {
572 btrfs_set_inode_generation(path->nodes[0], dst_item,