Home
last modified time | relevance | path

Searched refs:hash_name (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dutils.h55 static inline struct st_key *hash_name(char *name) in hash_name() function
73 struct st_key *this = hash_name(name); in find_key()
85 struct st_key *this = hash_name(name); in add_key()
/linux/drivers/nvme/target/
H A Dconfigfs.c2196 const char *hash_name = nvme_auth_hmac_name(host->dhchap_hash_id); in nvmet_host_dhchap_hash_show() local
2198 return sprintf(page, "%s\n", hash_name ? hash_name : "none"); in nvmet_host_dhchap_hash_show()
/linux/security/selinux/ss/
H A Dpolicydb.c684 static void hash_eval(struct hashtab *h, const char *hash_name, in hash_eval() argument
692 hash_name, hash_details ? "@" : "", hash_details ?: "", h->nel, in hash_eval()
706 static inline void hash_eval(struct hashtab *h, const char *hash_name, in hash_eval() argument
/linux/fs/
H A Dnamei.c2448 static inline const char *hash_name(struct nameidata *nd, in hash_name() function
2537 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword) in hash_name() function
2605 name = hash_name(nd, name, &lastword); in link_path_walk()