Lines Matching refs:cmp_key

102 	struct btrfs_key *cmp_key;  member
3915 sctx->cmp_key, 0, __record_new_ref, sctx); in record_new_ref()
3929 sctx->cmp_key, 0, __record_deleted_ref, sctx); in record_deleted_ref()
4010 sctx->cmp_key, dir, dir_gen, name); in __record_changed_new_ref()
4032 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref()
4047 sctx->cmp_key, 0, __record_changed_new_ref, sctx); in record_changed_ref()
4051 sctx->cmp_key, 0, __record_changed_deleted_ref, sctx); in record_changed_ref()
4094 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4249 sctx->cmp_key, __process_new_xattr, sctx); in process_new_xattr()
4259 sctx->cmp_key, __process_deleted_xattr, sctx); in process_deleted_xattr()
4333 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr()
4360 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4376 sctx->cmp_key, __process_changed_new_xattr, sctx); in process_changed_xattr()
4380 sctx->cmp_key, __process_changed_deleted_xattr, sctx); in process_changed_xattr()
4402 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
5255 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
5305 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
5306 sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY) in process_recorded_refs_if_needed()
5356 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
5445 struct btrfs_key *key = sctx->cmp_key; in changed_inode()
5604 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_ref()
5629 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_xattr()
5653 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_extent()
5658 sctx->cmp_key); in changed_extent()
5756 sctx->cmp_key = key; in changed_cb()