| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | context.c | 27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | jffs2_nand_private.h | 125 full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function
|
| H A D | jffs2_nand_1pass.c | 166 new->nhash = full_name_hash(node->name, node->nsize); in insert_dirent() 368 unsigned int nhash = full_name_hash(name, len); in jffs2_1pass_find_inode()
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | svcauth.h | 183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_access.c | 406 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry() 426 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
|
| /OK3568_Linux_fs/kernel/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 | 680 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_hash.c | 160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
| /OK3568_Linux_fs/kernel/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 | dir.c | 92 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
|
| 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 | 1109 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()
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | waitq.c | 402 qstr.hash = full_name_hash(dentry, name, qstr.len); in autofs_wait()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | readdir.c | 194 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | namei_msdos.c | 159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME); in msdos_hash()
|
| H A D | namei_vfat.c | 124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 2067 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2085 EXPORT_SYMBOL(full_name_hash); 2144 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2151 EXPORT_SYMBOL(full_name_hash); 2576 this->hash = full_name_hash(base, name, len); in lookup_one_len_common()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmcommon.h | 35 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dir.c | 209 string->hash = full_name_hash(NULL, name, len); in nfs_readdir_make_qstr() 511 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | inode.c | 1285 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 1667 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | inode.c | 259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_generic | 772 full_name_hash
|