Searched refs:dst_item (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-log.c524 struct btrfs_inode_item *dst_item; local
527 dst_item = (struct btrfs_inode_item *)dst_ptr;
541 S_ISREG(btrfs_inode_mode(dst_eb, dst_item)) &&
543 btrfs_set_inode_size(dst_eb, dst_item, ino_size);
548 S_ISDIR(btrfs_inode_mode(path->nodes[0], dst_item))) {
551 dst_item);
559 struct btrfs_inode_item *dst_item; local
560 dst_item = (struct btrfs_inode_item *)dst_ptr;
561 btrfs_set_inode_size(path->nodes[0], dst_item, saved_i_size);
566 struct btrfs_inode_item *dst_item; local
[all...]
H A Dctree.c115 * @dst_item: the item nr we're copying into
123 int dst_item, int src_item, int nr_items)
125 memmove_extent_buffer(leaf, btrfs_item_nr_offset(leaf, dst_item),
135 * @dst_item: the item nr we're copying into
144 int dst_item, int src_item, int nr_items)
146 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, dst_item),
122 memmove_leaf_items(const struct extent_buffer *leaf, int dst_item, int src_item, int nr_items) argument
142 copy_leaf_items(const struct extent_buffer *dst, const struct extent_buffer *src, int dst_item, int src_item, int nr_items) argument

Completed in 123 milliseconds