Home
last modified time | relevance | path

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

12

/linux/security/selinux/ss/
A Dcontext.c27 return full_name_hash(NULL, c->str, c->len); in context_compute_hash()
/linux/include/linux/
A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/linux/include/linux/sunrpc/
A Dsvcauth.h183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
/linux/security/smack/
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()
/linux/security/tomoyo/
A Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
A Dutil.c685 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
/linux/lib/
A Dtest_hash.c160 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init()
/linux/fs/ntfs/
A Dnamei.c242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
/linux/fs/jffs2/
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()
A Ddir.c95 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
A Dsummary.c479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
A Dscan.c1107 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
A Dreadinode.c693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
/linux/fs/notify/fanotify/
A Dfanotify.c61 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh()
594 *hash ^= full_name_hash((void *)salt, name->name, name->len); in fanotify_alloc_name_event()
/linux/fs/autofs/
A Dwaitq.c361 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
/linux/fs/fuse/
A Dreaddir.c192 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
A Ddir.c1074 name->hash = full_name_hash(dir, name->name, name->len); in fuse_reverse_inval_entry()
/linux/fs/fat/
A Dnamei_msdos.c159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME); in msdos_hash()
A Dnamei_vfat.c124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
/linux/fs/
A Dnamei.c2085 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2103 EXPORT_SYMBOL(full_name_hash);
2162 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2169 EXPORT_SYMBOL(full_name_hash);
2606 this->hash = full_name_hash(base, name, len); in lookup_one_common()
A Ddcache.c2463 name->hash = full_name_hash(dir, name->name, name->len); in d_hash_and_lookup()
/linux/fs/ocfs2/dlm/
A Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
/linux/fs/ceph/
A Dinode.c1311 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace()
1686 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
/linux/fs/isofs/
A Dinode.c259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
/linux/fs/proc/
A Dproc_sysctl.c677 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()

Completed in 110 milliseconds

12