/linux-4.4.14/security/smack/ |
D | smack_access.c | 416 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.4.14/security/tomoyo/ |
D | memory.c | 157 hash = full_name_hash((const unsigned char *) name, len - 1); in tomoyo_get_name()
|
D | util.c | 669 ptr->hash = full_name_hash(name, len); in tomoyo_fill_path_info()
|
/linux-4.4.14/fs/sysv/ |
D | namei.c | 36 qstr->hash = full_name_hash(qstr->name, qstr->len); in sysv_hash()
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 256 nls_name.hash = full_name_hash(nls_name.name, nls_name.len); in ntfs_lookup()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 89 extern unsigned int full_name_hash(const unsigned char *, unsigned int);
|
/linux-4.4.14/fs/jffs2/ |
D | write.c | 248 fd->nhash = full_name_hash(name, namelen); in jffs2_write_dirent() 600 uint32_t nhash = full_name_hash(name, namelen); in jffs2_do_unlink()
|
D | summary.c | 479 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_sum_process_sum_data()
|
D | scan.c | 1103 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 677 fd->nhash = full_name_hash(fd->name, rd->nsize); in read_direntry()
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 397 qstr.hash = full_name_hash(name, qstr.len); in autofs4_wait()
|
/linux-4.4.14/fs/fat/ |
D | namei_msdos.c | 157 qstr->hash = full_name_hash(msdos_name, MSDOS_NAME); in msdos_hash()
|
D | namei_vfat.c | 110 qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
|
/linux-4.4.14/fs/ |
D | namei.c | 1806 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1827 EXPORT_SYMBOL(full_name_hash); 1859 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1866 EXPORT_SYMBOL(full_name_hash); 2297 this.hash = full_name_hash(name, len); in lookup_one_len()
|
D | dcache.c | 1656 q.hash = full_name_hash(q.name, q.len); in d_alloc_name() 2349 name->hash = full_name_hash(name->name, name->len); in d_hash_and_lookup()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l)
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 1110 dname.hash = full_name_hash(dname.name, dname.len); in ceph_fill_trace() 1442 dname.hash = full_name_hash(dname.name, dname.len); in ceph_readdir_prepopulate()
|
D | mds_client.c | 3203 dname.hash = full_name_hash(dname.name, dname.len); in handle_lease()
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 225 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.4.14/fs/fuse/ |
D | dev.c | 1528 name.hash = full_name_hash(name.name, name.len); in fuse_notify_inval_entry() 1579 name.hash = full_name_hash(name.name, name.len); in fuse_notify_delete()
|
D | dir.c | 1205 name.hash = full_name_hash(name.name, name.len); in fuse_direntplus_link()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 261 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 626 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 243 entry->se_qstr.hash = full_name_hash(name, len); in ll_sa_entry_alloc()
|
/linux-4.4.14/net/core/ |
D | dev.c | 197 unsigned int hash = full_name_hash(name, strnlen(name, IFNAMSIZ)); in dev_name_hash()
|