Home
last modified time | relevance | path

Searched defs:key (Results 476 – 500 of 2712) sorted by relevance

1...<<11121314151617181920>>...109

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dinode.c848 struct inode *inode, *key = d_inode(real); in ovl_lookup_inode() local
865 struct inode *key = d_inode(dir); in ovl_lookup_trap_inode() local
887 struct inode *key = d_inode(dir); in ovl_get_trap_inode() local
945 struct inode *key) in ovl_iget5()
978 struct inode *key = d_inode(bylower ? lowerdentry : in ovl_get_inode() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile-item.c399 struct btrfs_key key; in btrfs_lookup_csums_range() local
647 struct btrfs_key *key, in truncate_one_csum()
700 struct btrfs_key key; in btrfs_del_csums() local
1054 struct btrfs_key key; in btrfs_extent_item_to_extent_map() local
1120 struct btrfs_key key; in btrfs_file_extent_end() local
H A Dextent-tree.c89 struct btrfs_key key; in btrfs_lookup_data_extent() local
122 struct btrfs_key key; in btrfs_lookup_extent_info() local
445 struct btrfs_key key; in lookup_extent_data_ref() local
521 struct btrfs_key key; in insert_extent_data_ref() local
597 struct btrfs_key key; in remove_extent_data_ref() local
642 struct btrfs_key key; in extent_data_ref_count() local
687 struct btrfs_key key; in lookup_tree_block_ref() local
710 struct btrfs_key key; in insert_tree_block_ref() local
746 struct btrfs_key *key) in find_next_key()
789 struct btrfs_key key; in lookup_inline_extent_backref() local
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.h162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
179 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
192 #define dbg_jnlk(key, fmt, ...) \ argument
196 #define dbg_tnck(key, fmt, ...) \ argument
204 #define dbg_mntk(key, fmt, ...) \ argument
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c260 struct xdr_netobj *key) in gss_krb5_des3_make_key()
300 struct xdr_netobj *key) in gss_krb5_aes_make_key()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_queue.c52 unsigned int key; in ima_lookup_digest_entry() local
97 unsigned int key; in ima_add_digest_entry() local
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dpoly1305-donna32.c13 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey()
32 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_mac.c94 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_write_fw_txp() local
137 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_tx_prepare_skb() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Drestrack.c20 struct mlx5_rsc_key key = {}; in dump_rsc() local
61 enum mlx5_sgmt_type type, u32 key) in fill_res_raw()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c121 char key[ADF_CFG_MAX_KEY_LEN_IN_BYTES]; in qat_crypto_dev_config() local
213 char key[ADF_CFG_MAX_KEY_LEN_IN_BYTES]; in qat_crypto_create_instances() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcpustat_kern.c107 u32 key, cpu, pstate_idx; in bpf_prog1() local
215 u32 key, cpu, pstate_idx; in bpf_prog2() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drkaiq_ini.c228 const char* rkaiq_ini_get(ini_t *ini, const char *section, const char *key) { in rkaiq_ini_get()
261 ini_t *ini, const char *section, const char *key, in rkaiq_ini_sget()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6_frag.h34 const struct frag_v6_compare_key *key = a; in ip6frag_init() local
57 const struct frag_v6_compare_key *key = arg->key; in ip6frag_obj_cmpfn() local
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Ddevice_ops.c192 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_timeout_key()
272 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_key()
540 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key()
589 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dfw.h47 u8 key[0]; member
53 u8 key[0]; member
60 u8 key[0]; member
68 u8 key[0]; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c135 #define fixed(key, getter) { ICE_VERSION_FIXED, key, getter } argument
136 #define running(key, getter) { ICE_VERSION_RUNNING, key, getter } argument
146 const char *key; member
199 const char *key = ice_devlink_versions[i].key; in ice_devlink_info_get() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c223 static void *ringbuf_map_lookup_elem(struct bpf_map *map, void *key) in ringbuf_map_lookup_elem()
228 static int ringbuf_map_update_elem(struct bpf_map *map, void *key, void *value, in ringbuf_map_update_elem()
234 static int ringbuf_map_delete_elem(struct bpf_map *map, void *key) in ringbuf_map_delete_elem()
239 static int ringbuf_map_get_next_key(struct bpf_map *map, void *key, in ringbuf_map_get_next_key()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-crypto.c61 const struct blk_crypto_key *key, in cqhci_crypto_keyslot_program()
119 const struct blk_crypto_key *key, in cqhci_crypto_keyslot_evict()
/OK3568_Linux_fs/kernel/crypto/
H A Dcrc32c_generic.c45 u32 key; member
72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey()
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddir.c211 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
442 struct key *key, afs_dataversion_t *_dir_version) in afs_dir_iterate()
561 struct afs_fid *fid, struct key *key, in afs_do_lookup_one()
744 struct key *key) in afs_do_lookup()
877 struct key *key) in afs_lookup_atsys()
939 struct key *key; in afs_lookup() local
1049 struct key *key; in afs_d_revalidate() local
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_table.c647 static u32 flow_hash(const struct sw_flow_key *key, in flow_hash()
658 static int flow_key_start(const struct sw_flow_key *key) in flow_key_start()
683 const struct sw_flow_key *key, in flow_cmp_masked_key()
692 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key() local
732 const struct sw_flow_key *key, in flow_lookup()
786 const struct sw_flow_key *key, in ovs_flow_tbl_lookup_stats()
850 const struct sw_flow_key *key) in ovs_flow_tbl_lookup()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_table.c224 u32 key) in tipc_publ_create()
322 u32 key) in tipc_service_insert_publ()
366 u32 node, u32 key) in tipc_service_remove_publ()
461 u32 port, u32 key) in tipc_nametbl_insert_publ()
487 u32 node, u32 key) in tipc_nametbl_remove_publ()
726 u32 key) in tipc_nametbl_publish()
761 u32 upper, u32 key) in tipc_nametbl_withdraw()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dstree.c154 static inline int bin_search(const void *key, /* Key to search for. */ in bin_search()
325 const struct cpu_key *key, in key_in_buffer()
615 int search_by_key(struct super_block *sb, const struct cpu_key *key, in search_by_key()
1405 struct inode *inode, struct reiserfs_key *key) in reiserfs_delete_solid_item()
2046 const struct cpu_key *key) in check_research_for_paste()
2086 const struct cpu_key *key, in reiserfs_paste_into_item()
2186 struct treepath *path, const struct cpu_key *key, in reiserfs_insert_item()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_security.c47 static void arcfour_init(struct arc4context *parc4ctx, u8 *key, u32 key_len) in arcfour_init()
276 void r8712_secmicsetkey(struct mic_data *pmicdata, u8 *key) in r8712_secmicsetkey()
335 void seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, in seccalctkipmic()
761 static void next_key(u8 *key, sint round) in next_key()
859 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
1014 static void aes_cipher(u8 *key, uint hdrlen, in aes_cipher()
1187 static void aes_decipher(u8 *key, uint hdrlen, in aes_decipher()
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMAlloc.c449 int key, firstClear; in XkbResizeKeyType() local
478 XkbResizeKeySyms(XkbDescPtr xkb, int key, int needed) in XkbResizeKeySyms()
792 XkbResizeKeyActions(XkbDescPtr xkb, int key, int needed) in XkbResizeKeyActions()

1...<<11121314151617181920>>...109