Home
last modified time | relevance | path

Searched refs:full_name_hash (Results 1 – 20 of 20) 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.c415 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry()
435 hash = full_name_hash(NULL, string, strlen(string)); in smk_find_entry()
/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.c54 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh()
687 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event()
691 *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.c2393 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2411 EXPORT_SYMBOL(full_name_hash);
2508 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function
2515 EXPORT_SYMBOL(full_name_hash);
3091 qname->hash = full_name_hash(base, name, len); in lookup_noperm_common()
/linux/fs/proc/
H A Dproc_sysctl.c691 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
/linux/fs/ceph/
H A Dinode.c1668 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace()
2072 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
H A Dmds_client.c5350 dname.hash = full_name_hash(parent, dname.name, dname.len); in handle_lease()
/linux/fs/ntfs/
H A Dnamei.c311 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
/linux/security/selinux/ss/
H A Dpolicydb.c423 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()