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

/linux-master/fs/btrfs/
H A Dtree-log.c523 struct btrfs_inode_item *src_item; local
526 src_item = (struct btrfs_inode_item *)src_ptr;
529 if (btrfs_inode_generation(eb, src_item) == 0) {
531 const u64 ino_size = btrfs_inode_size(eb, src_item);
540 if (S_ISREG(btrfs_inode_mode(eb, src_item)) &&
547 if (S_ISDIR(btrfs_inode_mode(eb, src_item)) &&
H A Dctree.c116 * @src_item: the item nr we're copying from
123 int dst_item, int src_item, int nr_items)
126 btrfs_item_nr_offset(leaf, src_item),
136 * @src_item: the item nr we're copying from
144 int dst_item, int src_item, int nr_items)
147 btrfs_item_nr_offset(src, src_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 140 milliseconds