di_key 997 fs/btrfs/send.c typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key, di_key 1016 fs/btrfs/send.c struct btrfs_key di_key; di_key 1054 fs/btrfs/send.c btrfs_dir_item_key_to_cpu(eb, di, &di_key); di_key 1105 fs/btrfs/send.c ret = iterate(num, &di_key, buf, name_len, buf + name_len, di_key 2677 fs/btrfs/send.c struct btrfs_key di_key; di_key 2717 fs/btrfs/send.c btrfs_dir_item_key_to_cpu(eb, di, &di_key); di_key 2719 fs/btrfs/send.c if (di_key.type != BTRFS_ROOT_ITEM_KEY && di_key 2720 fs/btrfs/send.c di_key.objectid < sctx->send_progress) { di_key 3459 fs/btrfs/send.c struct btrfs_key di_key; di_key 3499 fs/btrfs/send.c btrfs_dir_item_key_to_cpu(path->nodes[0], di, &di_key); di_key 3500 fs/btrfs/send.c if (di_key.type != BTRFS_INODE_ITEM_KEY) { di_key 3505 fs/btrfs/send.c ret = get_inode_info(sctx->parent_root, di_key.objectid, NULL, di_key 3509 fs/btrfs/send.c ret = get_inode_info(sctx->send_root, di_key.objectid, NULL, di_key 3523 fs/btrfs/send.c wdm = get_waiting_dir_move(sctx, di_key.objectid); di_key 3528 fs/btrfs/send.c di_key.objectid, di_key 4529 fs/btrfs/send.c static int __process_new_xattr(int num, struct btrfs_key *di_key, di_key 4570 fs/btrfs/send.c static int __process_deleted_xattr(int num, struct btrfs_key *di_key, di_key 4618 fs/btrfs/send.c static int __find_xattr(int num, struct btrfs_key *di_key, di_key 4668 fs/btrfs/send.c static int __process_changed_new_xattr(int num, struct btrfs_key *di_key, di_key 4682 fs/btrfs/send.c ret = __process_new_xattr(num, di_key, name, name_len, data, di_key 4687 fs/btrfs/send.c ret = __process_new_xattr(num, di_key, name, name_len, di_key 4698 fs/btrfs/send.c static int __process_changed_deleted_xattr(int num, struct btrfs_key *di_key, di_key 4709 fs/btrfs/send.c ret = __process_deleted_xattr(num, di_key, name, name_len, data, di_key 2106 fs/btrfs/tree-log.c struct btrfs_key di_key; di_key 2116 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(eb, di, &di_key); di_key 2118 fs/btrfs/tree-log.c di_key.objectid); di_key 4797 fs/btrfs/tree-log.c struct btrfs_key di_key; di_key 4800 fs/btrfs/tree-log.c di, &di_key); di_key 4801 fs/btrfs/tree-log.c if (di_key.type == BTRFS_INODE_ITEM_KEY) { di_key 4802 fs/btrfs/tree-log.c if (di_key.objectid != key->objectid) { di_key 4804 fs/btrfs/tree-log.c *other_ino = di_key.objectid; di_key 5597 fs/btrfs/tree-log.c struct btrfs_key di_key; di_key 5613 fs/btrfs/tree-log.c btrfs_dir_item_key_to_cpu(leaf, di, &di_key); di_key 5614 fs/btrfs/tree-log.c if (di_key.type == BTRFS_ROOT_ITEM_KEY) di_key 5618 fs/btrfs/tree-log.c di_inode = btrfs_iget(fs_info->sb, &di_key, root, NULL); di_key 5647 fs/btrfs/tree-log.c new_dir_elem->ino = di_key.objectid;