| /linux/include/linux/ |
| H A D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 186 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
| /linux/security/smack/ |
| H A D | smack_access.c | 424 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); 444 hash = full_name_hash(NULL, string, strlen(string));
|
| /linux/security/tomoyo/ |
| H A D | memory.c | 162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
|
| H A D | util.c | 685 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 55 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh() 685 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event() 689 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
|
| /linux/fs/jffs2/ |
| H A D | write.c | 248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent() 601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink()
|
| H A D | summary.c | 479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
|
| H A D | scan.c | 1111 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
| H A D | readinode.c | 693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
| /linux/fs/autofs/ |
| H A D | waitq.c | 362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
|
| /linux/fs/xfs/scrub/ |
| H A D | dirtree_repair.c | 312 qname.hash = full_name_hash(parent_dentry, name->name, name->len); in xrep_dirtree_purge_dentry()
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmcommon.h | 30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
| /linux/fs/ |
| H A D | namei.c | 2397 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2415 EXPORT_SYMBOL(full_name_hash); 2512 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2519 EXPORT_SYMBOL(full_name_hash); 3090 qname->hash = full_name_hash(base, name, len); in lookup_noperm_common()
|
| /linux/drivers/clk/ |
| H A D | clk.c | 464 hash = full_name_hash(NULL, name, strlen(name)); in clk_core_lookup() 4083 full_name_hash(NULL, core->name, strlen(core->name))); in __clk_core_init()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 752 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
|
| /linux/security/selinux/ss/ |
| H A D | policydb.c | 424 return full_name_hash((void *)salt, ft->name, strlen(ft->name)); in filenametr_hash()
|
| /linux/net/core/ |
| H A D | dev.c | 196 unsigned int hash = full_name_hash(net, name, strnlen(name, IFNAMSIZ)); in dev_name_hash()
|