Home
last modified time | relevance | path

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

/linux-4.1.27/security/smack/
Dsmack_access.c416 hash = full_name_hash(skp->smk_known, strlen(skp->smk_known)); in smk_insert_entry()
436 hash = full_name_hash(string, strlen(string)); in smk_find_entry()
/linux-4.1.27/security/tomoyo/
Dmemory.c157 hash = full_name_hash((const unsigned char *) name, len - 1); in tomoyo_get_name()
Dutil.c669 ptr->hash = full_name_hash(name, len); in tomoyo_fill_path_info()
/linux-4.1.27/fs/sysv/
Dnamei.c36 qstr->hash = full_name_hash(qstr->name, qstr->len); in sysv_hash()
/linux-4.1.27/fs/ntfs/
Dnamei.c256 nls_name.hash = full_name_hash(nls_name.name, nls_name.len); in ntfs_lookup()
/linux-4.1.27/include/linux/
Ddcache.h89 extern unsigned int full_name_hash(const unsigned char *, unsigned int);
/linux-4.1.27/fs/jffs2/
Dwrite.c248 fd->nhash = full_name_hash(name, namelen); in jffs2_write_dirent()
600 uint32_t nhash = full_name_hash(name, namelen); in jffs2_do_unlink()
Dsummary.c479 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_sum_process_sum_data()
Dscan.c1103 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_scan_dirent_node()
Dreadinode.c673 fd->nhash = full_name_hash(fd->name, rd->nsize); in read_direntry()
/linux-4.1.27/fs/autofs4/
Dwaitq.c397 qstr.hash = full_name_hash(name, qstr.len); in autofs4_wait()
/linux-4.1.27/fs/fat/
Dnamei_msdos.c157 qstr->hash = full_name_hash(msdos_name, MSDOS_NAME); in msdos_hash()
Dnamei_vfat.c110 qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
/linux-4.1.27/fs/
Dnamei.c1721 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function
1742 EXPORT_SYMBOL(full_name_hash);
1774 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function
1781 EXPORT_SYMBOL(full_name_hash);
2190 this.hash = full_name_hash(name, len); in lookup_one_len()
Ddcache.c1656 q.hash = full_name_hash(q.name, q.len); in d_alloc_name()
2346 name->hash = full_name_hash(name->name, name->len); in d_hash_and_lookup()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmcommon.h50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l)
/linux-4.1.27/fs/ceph/
Dinode.c1105 dname.hash = full_name_hash(dname.name, dname.len); in ceph_fill_trace()
1383 dname.hash = full_name_hash(dname.name, dname.len); in ceph_readdir_prepopulate()
Dmds_client.c3141 dname.hash = full_name_hash(dname.name, dname.len); in handle_lease()
/linux-4.1.27/fs/fuse/
Ddev.c1536 name.hash = full_name_hash(name.name, name.len); in fuse_notify_inval_entry()
1587 name.hash = full_name_hash(name.name, name.len); in fuse_notify_delete()
Ddir.c1205 name.hash = full_name_hash(name.name, name.len); in fuse_direntplus_link()
/linux-4.1.27/fs/nfs/
Ddir.c225 string->hash = full_name_hash(name, len); in nfs_readdir_make_qstr()
489 filename.hash = full_name_hash(filename.name, filename.len); in nfs_prime_dcache()
/linux-4.1.27/fs/isofs/
Dinode.c261 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c243 entry->se_qstr.hash = full_name_hash(name, len); in ll_sa_entry_alloc()
/linux-4.1.27/fs/proc/
Dproc_sysctl.c626 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache()
/linux-4.1.27/net/core/
Ddev.c195 unsigned int hash = full_name_hash(name, strnlen(name, IFNAMSIZ)); in dev_name_hash()