Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/linux/include/linux/sunrpc/
H A Dsvcauth.h186 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
/linux/security/smack/
H A Dsmack_access.c424 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known));
444 hash = full_name_hash(NULL, string, strlen(string));
/linux/security/tomoyo/
H A Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1); in tomoyo_get_name()
H A Dutil.c685 ptr->hash = full_name_hash(NULL, name, len); in tomoyo_fill_path_info()
/linux/fs/notify/fanotify/
H A Dfanotify.c55 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh()
685 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event()
689 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
/linux/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()
H A Dsummary.c479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
H A Dscan.c1111 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
H A Dreadinode.c693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
/linux/fs/autofs/
H A Dwaitq.c362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
/linux/fs/xfs/scrub/
H A Ddirtree_repair.c312 qname.hash = full_name_hash(parent_dentry, name->name, name->len); in xrep_dirtree_purge_dentry()
/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
/linux/fs/
H A Dnamei.c2397 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2415 EXPORT_SYMBOL(full_name_hash);
2512 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2519 EXPORT_SYMBOL(full_name_hash);
3090 qname->hash = full_name_hash(base, name, len); in lookup_noperm_common()
/linux/drivers/clk/
H A Dclk.c464 hash = full_name_hash(NULL, name, strlen(name)); in clk_core_lookup()
4083 full_name_hash(NULL, core->name, strlen(core->name))); in __clk_core_init()
/linux/fs/nfs/
H A Ddir.c752 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
/linux/security/selinux/ss/
H A Dpolicydb.c424 return full_name_hash((void *)salt, ft->name, strlen(ft->name)); in filenametr_hash()
/linux/net/core/
H A Ddev.c196 unsigned int hash = full_name_hash(net, name, strnlen(name, IFNAMSIZ)); in dev_name_hash()