Lines Matching refs:di_key
992 typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key,
1011 struct btrfs_key di_key;
1049 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
1100 ret = iterate(num, &di_key, buf, name_len, buf + name_len,
2681 struct btrfs_key di_key;
2721 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
2723 if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
2724 di_key.objectid < sctx->send_progress) {
3475 struct btrfs_key di_key;
3508 * di_key.objectid has the number of the inode that has a dentry in the
3515 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &di_key);
3516 if (di_key.type != BTRFS_INODE_ITEM_KEY) {
3521 ret = get_inode_info(sctx->parent_root, di_key.objectid, NULL,
3525 ret = get_inode_info(sctx->send_root, di_key.objectid, NULL,
3539 wdm = get_waiting_dir_move(sctx, di_key.objectid);
3544 di_key.objectid,
4675 static int __process_new_xattr(int num, struct btrfs_key *di_key,
4720 static int __process_deleted_xattr(int num, struct btrfs_key *di_key,
4768 static int __find_xattr(int num, struct btrfs_key *di_key,
4818 static int __process_changed_new_xattr(int num, struct btrfs_key *di_key,
4832 ret = __process_new_xattr(num, di_key, name, name_len, data,
4837 ret = __process_new_xattr(num, di_key, name, name_len,
4848 static int __process_changed_deleted_xattr(int num, struct btrfs_key *di_key,
4859 ret = __process_deleted_xattr(num, di_key, name, name_len, data,