Lines Matching refs:di_key
1096 typedef int (*iterate_dir_item_t)(int num, struct btrfs_key *di_key,
1114 struct btrfs_key di_key;
1149 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
1200 ret = iterate(num, &di_key, buf, name_len, buf + name_len,
2947 struct btrfs_key di_key;
2971 btrfs_dir_item_key_to_cpu(eb, di, &di_key);
2973 if (di_key.type != BTRFS_ROOT_ITEM_KEY &&
2974 di_key.objectid < sctx->send_progress) {
3762 struct btrfs_key di_key;
3795 * di_key.objectid has the number of the inode that has a dentry in the
3802 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &di_key);
3803 if (di_key.type != BTRFS_INODE_ITEM_KEY) {
3808 ret = get_inode_gen(sctx->parent_root, di_key.objectid, &left_gen);
3811 ret = get_inode_gen(sctx->send_root, di_key.objectid, &right_gen);
3824 wdm = get_waiting_dir_move(sctx, di_key.objectid);
3829 di_key.objectid,
4906 static int __process_new_xattr(int num, struct btrfs_key *di_key,
4950 static int __process_deleted_xattr(int num, struct btrfs_key *di_key,
4997 static int __find_xattr(int num, struct btrfs_key *di_key, const char *name,
5045 static int __process_changed_new_xattr(int num, struct btrfs_key *di_key,
5059 ret = __process_new_xattr(num, di_key, name, name_len, data,
5064 ret = __process_new_xattr(num, di_key, name, name_len,
5075 static int __process_changed_deleted_xattr(int num, struct btrfs_key *di_key,
5086 ret = __process_deleted_xattr(num, di_key, name, name_len, data,