Home
last modified time | relevance | path

Searched refs:full_name_hash (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.1.9/security/selinux/ss/
Dcontext.c27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
/linux-6.1.9/include/linux/
Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/linux-6.1.9/lib/
Dtest_hash.c157 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/
Dsvcauth.h183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
/linux-6.1.9/security/smack/
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()
/linux-6.1.9/security/tomoyo/
Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
Dutil.c685 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
/linux-6.1.9/fs/notify/fanotify/
Dfanotify.c61 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/
Dnamei.c242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
/linux-6.1.9/fs/jffs2/
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()
Ddir.c95 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
Dsummary.c479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
Dscan.c1109 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
Dreadinode.c693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
/linux-6.1.9/fs/autofs/
Dwaitq.c361 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
/linux-6.1.9/fs/fuse/
Dreaddir.c194 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
Ddir.c1193 name->hash = full_name_hash(dir, name->name, name->len); in fuse_reverse_inval_entry()
/linux-6.1.9/fs/fat/
Dnamei_msdos.c159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME); in msdos_hash()
Dnamei_vfat.c124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
/linux-6.1.9/fs/
Dnamei.c2108 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()
Ddcache.c2523 name->hash = full_name_hash(dir, name->name, name->len); in d_hash_and_lookup()
/linux-6.1.9/fs/ocfs2/dlm/
Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
/linux-6.1.9/fs/isofs/
Dinode.c259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
/linux-6.1.9/fs/ceph/
Dinode.c1323 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/
Dproc_sysctl.c695 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()

12