Searched refs:cmp_key (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/btrfs/
H A Dsend.c102 struct btrfs_key *cmp_key; member in struct:send_ctx
3835 sctx->cmp_key, 0, __record_new_ref, sctx); record_new_ref()
3849 sctx->cmp_key, 0, __record_deleted_ref, sctx); record_deleted_ref()
3930 sctx->cmp_key, dir, dir_gen, name); __record_changed_new_ref()
3952 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, __record_changed_deleted_ref()
3967 sctx->cmp_key, 0, __record_changed_new_ref, sctx); record_changed_ref()
3971 sctx->cmp_key, 0, __record_changed_deleted_ref, sctx); record_changed_ref()
4014 key.objectid = sctx->cmp_key->objectid; process_all_refs()
4169 sctx->cmp_key, __process_new_xattr, sctx); process_new_xattr()
4179 sctx->cmp_key, __process_deleted_xattr, sctx); process_deleted_xattr()
4253 sctx->cmp_key, name, name_len, &found_data, __process_changed_new_xattr()
4280 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, __process_changed_deleted_xattr()
4296 sctx->cmp_key, __process_changed_new_xattr, sctx); process_changed_xattr()
4300 sctx->cmp_key, __process_changed_deleted_xattr, sctx); process_changed_xattr()
4322 key.objectid = sctx->cmp_key->objectid; process_all_new_xattrs()
5006 key.objectid = sctx->cmp_key->objectid; process_all_extents()
5056 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && process_recorded_refs_if_needed()
5057 sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY) process_recorded_refs_if_needed()
5107 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) finish_inode_if_needed()
5196 struct btrfs_key *key = sctx->cmp_key; changed_inode()
5355 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); changed_ref()
5380 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); changed_xattr()
5404 BUG_ON(sctx->cur_ino != sctx->cmp_key->objectid); changed_extent()
5409 sctx->cmp_key); changed_extent()
5507 sctx->cmp_key = key; changed_cb()
/linux-4.1.27/net/openvswitch/
H A Dflow_table.c436 static bool cmp_key(const struct sw_flow_key *key1, cmp_key() function
455 return cmp_key(&flow->key, key, range->start, range->end); flow_cmp_masked_key()
466 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); ovs_flow_cmp_unmasked_key()

Completed in 125 milliseconds