Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/linux-4.19.296/fs/ubifs/
Dkey.h103 union ubifs_key *key, ino_t inum) in ino_key_init()
118 union ubifs_key *key = k; in ino_key_init_flash() local
132 union ubifs_key *key, ino_t inum) in lowest_ino_key()
145 union ubifs_key *key, ino_t inum) in highest_ino_key()
159 union ubifs_key *key, ino_t inum, in dent_key_init()
179 union ubifs_key *key, ino_t inum, in dent_key_init_hash()
198 union ubifs_key *key = k; in dent_key_init_flash() local
215 union ubifs_key *key, ino_t inum) in lowest_dent_key()
229 union ubifs_key *key, ino_t inum, in xent_key_init()
249 union ubifs_key *key = k; in xent_key_init_flash() local
[all …]
Dtnc.c540 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node()
744 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision()
933 const union ubifs_key *key, in fallible_resolve_collision()
1078 const union ubifs_key *key, in resolve_collision_directly()
1214 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0()
1350 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty()
1485 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate()
1591 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local
1847 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm()
1895 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm()
[all …]
/linux-4.19.296/lib/
Dsiphash.c47 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
80 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
157 const siphash_key_t *key) in siphash_3u64()
185 const u64 forth, const siphash_key_t *key) in siphash_4u64()
208 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
217 const siphash_key_t *key) in siphash_3u32()
248 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned()
281 const hsiphash_key_t *key) in __hsiphash_unaligned()
[all …]
Dbtree.c137 static void dec_key(struct btree_geo *geo, unsigned long *key) in dec_key()
161 unsigned long *key) in setkey()
210 unsigned long *key) in btree_last()
227 unsigned long *key) in keycmp()
232 static int keyzero(struct btree_geo *geo, unsigned long *key) in keyzero()
244 unsigned long *key) in btree_lookup()
274 unsigned long *key, void *val) in btree_update()
318 unsigned long *retry_key = NULL, key[MAX_KEYLEN]; in btree_get_prev() local
366 unsigned long *key) in getpos()
391 unsigned long *key, int level) in find_level()
[all …]
/linux-4.19.296/include/linux/
Dkey.h115 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref()
138 struct key *key; member
155 struct key { struct
157 key_serial_t serial; /* key serial number */ argument
163 struct key_user *user; /* owner of this key */ argument
164 void *security; /* security data for this key */ argument
166 time64_t expiry; /* time at which key expires (or 0) */ argument
169 time64_t last_used_at; /* last time used for LRU keyring discard */ argument
172 key_perm_t perm; /* access permissions */ argument
186 #define KEY_FLAG_DEAD 0 /* set if key type has been deleted */ argument
[all …]
Dsiphash.h21 u64 key[2]; member
24 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero()
43 const siphash_key_t *key) in siphash_2u32()
48 const u32 d, const siphash_key_t *key) in siphash_4u32()
55 const siphash_key_t *key) in ___siphash_aligned()
81 const siphash_key_t *key) in siphash()
91 unsigned long key[2]; member
107 const hsiphash_key_t *key) in ___hsiphash_aligned()
131 const hsiphash_key_t *key) in hsiphash()
Djump_label.h81 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \ argument
136 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
141 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
188 static inline int static_key_count(struct static_key *key) in static_key_count()
200 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
207 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
214 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
220 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
226 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) argument
227 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) argument
[all …]
Djump_label_ratelimit.h10 struct static_key key; member
22 struct static_key key; member
24 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred()
29 static inline void static_key_deferred_flush(struct static_key_deferred *key) in static_key_deferred_flush()
34 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
Dbtree-128.h24 u64 key[2] = {k1, k2}; in btree_lookup128() local
31 u64 key[2] = {*k1, *k2}; in btree_get_prev128() local
44 u64 key[2] = {k1, k2}; in btree_insert128() local
52 u64 key[2] = {k1, k2}; in btree_update128() local
59 u64 key[2] = {k1, k2}; in btree_remove128() local
65 u64 key[2]; in btree_last128() local
Dsysrq.h56 static inline void handle_sysrq(int key) in handle_sysrq()
60 static inline void __handle_sysrq(int key, bool check_mask) in __handle_sysrq()
64 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key()
69 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
165 #define hash_for_each_possible(name, obj, member, key) \ argument
176 #define hash_for_each_possible_rcu(name, obj, member, key) \ argument
191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument
204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/linux-4.19.296/fs/nilfs2/
Ddirect.c24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr()
30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
36 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup()
51 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig()
93 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v()
106 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert()
142 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete()
167 __u64 key; in nilfs_direct_seek_key() local
181 __u64 key, lastkey; in nilfs_direct_last_key() local
197 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert()
[all …]
Dbmap.c62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level()
94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig()
106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert()
150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert()
161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete()
248 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete()
259 static int nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_truncate()
300 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate()
412 int nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) in nilfs_bmap_mark()
454 __u64 key; in nilfs_bmap_data_get_key() local
[all …]
/linux-4.19.296/crypto/
Drsa_helper.c24 struct rsa_key *key = context; in rsa_get_n() local
54 struct rsa_key *key = context; in rsa_get_e() local
69 struct rsa_key *key = context; in rsa_get_d() local
84 struct rsa_key *key = context; in rsa_get_p() local
99 struct rsa_key *key = context; in rsa_get_q() local
114 struct rsa_key *key = context; in rsa_get_dp() local
129 struct rsa_key *key = context; in rsa_get_dq() local
144 struct rsa_key *key = context; in rsa_get_qinv() local
167 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key()
186 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
Drsa.c29 static int _rsa_enc(const struct rsa_mpi_key *key, MPI c, MPI m) in _rsa_enc()
43 static int _rsa_dec(const struct rsa_mpi_key *key, MPI m, MPI c) in _rsa_dec()
57 static int _rsa_sign(const struct rsa_mpi_key *key, MPI s, MPI m) in _rsa_sign()
71 static int _rsa_verify(const struct rsa_mpi_key *key, MPI m, MPI s) in _rsa_verify()
242 static void rsa_free_mpi_key(struct rsa_mpi_key *key) in rsa_free_mpi_key()
267 static int rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_pub_key()
301 static int rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_priv_key()
/linux-4.19.296/include/net/
Darp.h15 u32 key = *(const u32 *)pkey; in arp_hashfn() local
22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref()
31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref()
37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup()
50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
/linux-4.19.296/fs/nfs/
Ddns_resolve.c75 struct nfs_dns_ent *key; in nfs_dns_ent_update() local
88 struct nfs_dns_ent *key; in nfs_dns_ent_init() local
126 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash()
135 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local
144 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() local
194 struct nfs_dns_ent *key) in nfs_dns_lookup()
208 struct nfs_dns_ent *key) in nfs_dns_update()
223 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
272 struct nfs_dns_ent *key, in do_cache_lookup()
288 struct nfs_dns_ent *key, in do_cache_lookup_nowait()
[all …]
/linux-4.19.296/fs/afs/
Dflock.c86 struct key *key = vnode->lock_key; in afs_next_locker() local
127 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
159 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
190 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
227 struct key *key; in afs_lock_work() local
331 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
380 struct key *key = afs_file_key(file); in afs_do_setlk() local
590 struct key *key = afs_file_key(file); in afs_do_getlk() local
Dinode.c35 static int afs_inode_init_from_status(struct afs_vnode *vnode, struct key *key) in afs_inode_init_from_status()
98 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool new_inode) in afs_fetch_status()
245 } __packed key; in afs_get_inode_cache() local
270 struct inode *afs_iget(struct super_block *sb, struct key *key, in afs_iget()
379 int afs_validate(struct afs_vnode *vnode, struct key *key) in afs_validate()
471 struct key *key; in afs_getattr() local
568 struct key *key; in afs_setattr() local
Ddir.c182 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
413 struct key *key) in afs_dir_iterate()
528 struct afs_fid *fid, struct key *key) in afs_do_lookup_one()
604 struct key *key) in afs_do_lookup()
768 struct key *key) in afs_lookup_atsys()
829 struct key *key; in afs_lookup() local
893 struct key *key; in afs_d_revalidate() local
1105 struct key *key; in afs_mkdir() local
1177 struct key *key; in afs_rmdir() local
1223 static int afs_dir_remove_link(struct dentry *dentry, struct key *key, in afs_dir_remove_link()
[all …]
/linux-4.19.296/fs/btrfs/
Dtree-checker.c75 struct btrfs_key key; in file_extent_err() local
109 struct btrfs_key *key, int slot) in check_extent_data_item()
192 struct extent_buffer *leaf, struct btrfs_key *key, in check_csum_item()
229 struct btrfs_key key; in dir_item_err() local
249 struct btrfs_key *key, int slot) in check_dir_item()
363 struct btrfs_key key; in block_group_err() local
383 struct btrfs_key *key, int slot) in check_block_group_item()
616 struct btrfs_key key; in dev_item_err() local
636 struct btrfs_key *key, int slot) in check_dev_item()
680 struct btrfs_key *key, int slot) in check_inode_item()
[all …]
Dfree-space-tree.c52 struct btrfs_key key; in add_new_free_space_info() local
84 struct btrfs_key key; in search_free_space_info() local
111 struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_prev_slot()
186 struct btrfs_key key, found_key; in convert_free_space_to_bitmaps() local
325 struct btrfs_key key, found_key; in convert_free_space_to_extents() local
494 struct btrfs_key key; in free_space_test_bit() local
518 struct btrfs_key key; in free_space_set_bits() local
557 struct btrfs_key key; in free_space_next_bitmap() local
585 struct btrfs_key key; in modify_free_space_bitmap() local
698 struct btrfs_key key; in remove_free_space_extent() local
[all …]
Droot-tree.c119 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
198 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
212 struct btrfs_key key; in btrfs_find_orphan_roots() local
324 const struct btrfs_key *key) in btrfs_del_root()
354 struct btrfs_key key; in btrfs_del_root_ref() local
423 struct btrfs_key key; in btrfs_add_root_ref() local
/linux-4.19.296/fs/
Dmbcache.c50 u32 key) in mb_cache_entry_head()
73 int mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, in mb_cache_entry_create()
153 u32 key) in __entry_find()
192 u32 key) in mb_cache_entry_find_first()
221 struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *cache, u32 key, in mb_cache_entry_get()
249 void mb_cache_entry_delete(struct mb_cache *cache, u32 key, u64 value) in mb_cache_entry_delete()
291 u32 key, u64 value) in mb_cache_entry_delete_or_get()
/linux-4.19.296/crypto/asymmetric_keys/
Dasymmetric_type.c54 struct key *key; in find_asymmetric_key() local
250 static bool asymmetric_key_cmp(const struct key *key, in asymmetric_key_cmp()
263 static bool asymmetric_key_cmp_partial(const struct key *key, in asymmetric_key_cmp_partial()
333 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe()
437 static void asymmetric_key_destroy(struct key *key) in asymmetric_key_destroy()
459 struct key *key) in asymmetric_restriction_alloc()
503 struct key *key; in asymmetric_lookup_restriction() local

12345678910>>...19