Home
last modified time | relevance | path

Searched refs:full_name_hash (Results 1 - 25 of 59) sorted by relevance

123

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dcontext.c27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dcontext.c27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
/kernel/liteos_a/fs/jffs2/include/
H A Dvfs_jffs2.h61 static inline unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function
/kernel/linux/linux-5.10/include/linux/
H A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/kernel/linux/linux-6.6/include/linux/
H A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/kernel/linux/linux-6.6/lib/
H A Dtest_hash.c9 * and use both full_name_hash() and hashlen_string() to hash the
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()
192 "hashlen_string(%d..%d) = %08x != full_name_hash() = %08x", in test_hash_or()
/kernel/linux/common_modules/code_sign/
H A Dcode_sign_ext.c110 cs_info->ownerid = full_name_hash(cs_salt, id_str, id_len); in code_sign_set_ownerid()
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_access.c406 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()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_access.c407 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()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsvcauth.h183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsvcauth.h178 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
H A Dutil.c680 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
/kernel/linux/linux-5.10/lib/
H A Dtest_hash.c9 * and use both full_name_hash() and hashlen_string() to hash the
160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init()
172 "full_name_hash() = %08x", in test_hash_init()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c59 * full_name_hash() works long by long, so it handles fh buf optimally. in fanotify_hash_fh()
61 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh()
651 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event()
655 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
/kernel/linux/linux-5.10/fs/sharefs/
H A Dlookup.c250 this.hash = full_name_hash(lower_dir_dentry, this.name, this.len); in __sharefs_lookup()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dlookup.c250 this.hash = full_name_hash(lower_dir_dentry, this.name, this.len); in __sharefs_lookup()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dnamei.c242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dnamei.c242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
/kernel/linux/linux-5.10/fs/jffs2/
H A Dwrite.c248 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()
/kernel/linux/linux-6.6/fs/jffs2/
H A Dwrite.c248 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()
/kernel/linux/linux-5.10/fs/autofs/
H A Dwaitq.c403 qstr.hash = full_name_hash(dentry, name, qstr.len); in autofs_wait()
/kernel/linux/linux-6.6/fs/autofs/
H A Dwaitq.c362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
/kernel/linux/linux-5.10/fs/fuse/
H A Dreaddir.c194 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()

Completed in 15 milliseconds

123