/linux-6.1.9/security/selinux/ss/ |
D | context.c | 27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
|
/linux-6.1.9/include/linux/ |
D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
/linux-6.1.9/lib/ |
D | test_hash.c | 157 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_string_or() 184 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_or()
|
/linux-6.1.9/include/linux/sunrpc/ |
D | svcauth.h | 183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
/linux-6.1.9/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-6.1.9/security/tomoyo/ |
D | memory.c | 162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
|
D | util.c | 685 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
|
/linux-6.1.9/fs/notify/fanotify/ |
D | fanotify.c | 61 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh() 647 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event() 651 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
|
/linux-6.1.9/fs/ntfs/ |
D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
/linux-6.1.9/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 | 95 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 | 1109 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
/linux-6.1.9/fs/autofs/ |
D | waitq.c | 361 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
|
/linux-6.1.9/fs/fuse/ |
D | readdir.c | 194 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|
D | dir.c | 1193 name->hash = full_name_hash(dir, name->name, name->len); in fuse_reverse_inval_entry()
|
/linux-6.1.9/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-6.1.9/fs/ |
D | namei.c | 2108 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2126 EXPORT_SYMBOL(full_name_hash); 2185 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2192 EXPORT_SYMBOL(full_name_hash); 2631 this->hash = full_name_hash(base, name, len); in lookup_one_common()
|
D | dcache.c | 2523 name->hash = full_name_hash(dir, name->name, name->len); in d_hash_and_lookup()
|
/linux-6.1.9/fs/ocfs2/dlm/ |
D | dlmcommon.h | 30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
/linux-6.1.9/fs/isofs/ |
D | inode.c | 259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
|
/linux-6.1.9/fs/ceph/ |
D | inode.c | 1323 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 1700 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
/linux-6.1.9/fs/proc/ |
D | proc_sysctl.c | 695 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
|