Lines Matching defs:dst_item
490 struct btrfs_inode_item *dst_item;
493 dst_item = (struct btrfs_inode_item *)dst_ptr;
507 S_ISREG(btrfs_inode_mode(dst_eb, dst_item)) &&
509 btrfs_set_inode_size(dst_eb, dst_item, ino_size);
515 S_ISDIR(btrfs_inode_mode(path->nodes[0], dst_item))) {
518 dst_item);
526 struct btrfs_inode_item *dst_item;
527 dst_item = (struct btrfs_inode_item *)dst_ptr;
528 btrfs_set_inode_size(path->nodes[0], dst_item, saved_i_size);
533 struct btrfs_inode_item *dst_item;
534 dst_item = (struct btrfs_inode_item *)dst_ptr;
535 if (btrfs_inode_generation(path->nodes[0], dst_item) == 0) {
536 btrfs_set_inode_generation(path->nodes[0], dst_item,