/Linux-v5.4/include/linux/ |
D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
/Linux-v5.4/include/linux/sunrpc/ |
D | svcauth.h | 185 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
/Linux-v5.4/security/smack/ |
D | smack_access.c | 407 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry() 427 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
|
/Linux-v5.4/security/tomoyo/ |
D | memory.c | 162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
|
D | util.c | 662 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
|
/Linux-v5.4/lib/ |
D | test_hash.c | 160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init()
|
/Linux-v5.4/fs/ntfs/ |
D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
/Linux-v5.4/fs/jffs2/ |
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()
|
D | dir.c | 92 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
|
D | summary.c | 479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
|
D | scan.c | 1106 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 677 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
/Linux-v5.4/fs/autofs/ |
D | waitq.c | 402 qstr.hash = full_name_hash(dentry, name, qstr.len); in autofs_wait()
|
/Linux-v5.4/fs/fuse/ |
D | readdir.c | 192 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|
D | dir.c | 1016 name->hash = full_name_hash(dir, name->name, name->len); in fuse_reverse_inval_entry()
|
/Linux-v5.4/fs/ext4/ |
D | dir.c | 702 str->hash = full_name_hash(dentry, norm, len); in ext4_d_hash()
|
/Linux-v5.4/fs/fat/ |
D | namei_msdos.c | 159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME); in msdos_hash()
|
D | namei_vfat.c | 124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
|
/Linux-v5.4/fs/ |
D | namei.c | 1928 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 1946 EXPORT_SYMBOL(full_name_hash); 2005 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2012 EXPORT_SYMBOL(full_name_hash); 2453 this->hash = full_name_hash(base, name, len); in lookup_one_len_common()
|
/Linux-v5.4/fs/ocfs2/dlm/ |
D | dlmcommon.h | 35 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
/Linux-v5.4/fs/f2fs/ |
D | dir.c | 1101 str->hash = full_name_hash(dentry, norm, len); in f2fs_d_hash()
|
/Linux-v5.4/fs/nfs/ |
D | dir.c | 197 string->hash = full_name_hash(NULL, name, len); in nfs_readdir_make_qstr() 473 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
|
/Linux-v5.4/fs/ceph/ |
D | inode.c | 1262 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 1630 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
/Linux-v5.4/fs/isofs/ |
D | inode.c | 260 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
|
/Linux-v5.4/fs/proc/ |
D | proc_sysctl.c | 701 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
|