Lines Matching refs:cmp_key

102 	struct btrfs_key *cmp_key;  member
3835 sctx->cmp_key, 0, __record_new_ref, sctx); in record_new_ref()
3849 sctx->cmp_key, 0, __record_deleted_ref, sctx); in record_deleted_ref()
3930 sctx->cmp_key, dir, dir_gen, name); in __record_changed_new_ref()
3952 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref()
3967 sctx->cmp_key, 0, __record_changed_new_ref, sctx); in record_changed_ref()
3971 sctx->cmp_key, 0, __record_changed_deleted_ref, sctx); in record_changed_ref()
4014 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4169 sctx->cmp_key, __process_new_xattr, sctx); in process_new_xattr()
4179 sctx->cmp_key, __process_deleted_xattr, sctx); in process_deleted_xattr()
4253 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr()
4280 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4296 sctx->cmp_key, __process_changed_new_xattr, sctx); in process_changed_xattr()
4300 sctx->cmp_key, __process_changed_deleted_xattr, sctx); in process_changed_xattr()
4322 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
5006 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
5056 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
5057 sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY) in process_recorded_refs_if_needed()
5107 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
5196 struct btrfs_key *key = sctx->cmp_key; in changed_inode()
5355 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_ref()
5380 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_xattr()
5404 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); in changed_extent()
5409 sctx->cmp_key); in changed_extent()
5507 sctx->cmp_key = key; in changed_cb()