| /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 | 415 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry() 435 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
|
| /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 | 54 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh() 687 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event() 691 *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 | 2393 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2411 EXPORT_SYMBOL(full_name_hash); 2508 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2515 EXPORT_SYMBOL(full_name_hash); 3091 qname->hash = full_name_hash(base, name, len); in lookup_noperm_common()
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 691 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
|
| /linux/fs/ceph/ |
| H A D | inode.c | 1668 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 2072 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
| H A D | mds_client.c | 5350 dname.hash = full_name_hash(parent, dname.name, dname.len); in handle_lease()
|
| /linux/fs/ntfs/ |
| H A D | namei.c | 311 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
| /linux/security/selinux/ss/ |
| H A D | policydb.c | 423 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()
|