/linux-3.4.99/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-3.4.99/net/sunrpc/ |
D | rpc_pipe.c | 689 name.hash = full_name_hash(name.name, name.len); in __rpc_depopulate() 736 q.hash = full_name_hash(q.name, q.len); in rpc_populate() 853 q.hash = full_name_hash(q.name, q.len), in rpc_mkpipe_dentry() 1065 .hash = full_name_hash(dir_name, strlen(dir_name)), in rpc_d_lookup_sb()
|
D | cache.c | 1810 q.hash = full_name_hash(q.name, q.len); in sunrpc_cache_register_pipefs()
|
/linux-3.4.99/include/linux/ |
D | dcache.h | 71 extern unsigned int full_name_hash(const unsigned char *, unsigned int);
|
/linux-3.4.99/net/openvswitch/ |
D | vport.c | 72 unsigned int hash = full_name_hash(name, strlen(name)); in hash_bucket()
|
/linux-3.4.99/fs/sysv/ |
D | namei.c | 37 qstr->hash = full_name_hash(qstr->name, qstr->len); in sysv_hash()
|
/linux-3.4.99/fs/ntfs/ |
D | namei.c | 256 nls_name.hash = full_name_hash(nls_name.name, nls_name.len); in ntfs_lookup()
|
/linux-3.4.99/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 | 1098 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 690 fd->nhash = full_name_hash(fd->name, rd->nsize); in read_direntry()
|
/linux-3.4.99/fs/autofs4/ |
D | waitq.c | 393 qstr.hash = full_name_hash(name, qstr.len); in autofs4_wait()
|
/linux-3.4.99/fs/ |
D | namei.c | 1426 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1447 EXPORT_SYMBOL(full_name_hash); 1478 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1485 EXPORT_SYMBOL(full_name_hash); 1860 this.hash = full_name_hash(name, len); in lookup_one_len()
|
D | dcache.c | 1348 q.hash = full_name_hash(q.name, q.len); in d_alloc_name() 1973 name->hash = full_name_hash(name->name, name->len); in d_hash_and_lookup()
|
/linux-3.4.99/fs/configfs/ |
D | dir.c | 684 name.hash = full_name_hash(name.name, name.len); in create_default_group() 1701 name.hash = full_name_hash(name.name, name.len); in configfs_register_subsystem()
|
/linux-3.4.99/fs/fat/ |
D | namei_msdos.c | 160 qstr->hash = full_name_hash(msdos_name, MSDOS_NAME); in msdos_hash()
|
D | namei_vfat.c | 113 qstr->hash = full_name_hash(qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
|
/linux-3.4.99/fs/cifs/ |
D | readdir.c | 85 name->hash = full_name_hash(name->name, name->len); in cifs_readdir_lookup()
|
/linux-3.4.99/fs/ocfs2/dlm/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l)
|
/linux-3.4.99/fs/fuse/ |
D | dev.c | 1376 name.hash = full_name_hash(name.name, name.len); in fuse_notify_inval_entry() 1427 name.hash = full_name_hash(name.name, name.len); in fuse_notify_delete()
|
/linux-3.4.99/fs/nfs/ |
D | dir.c | 286 string->hash = full_name_hash(name, len); in nfs_readdir_make_qstr() 495 filename.hash = full_name_hash(filename.name, filename.len); in nfs_prime_dcache()
|
/linux-3.4.99/fs/isofs/ |
D | inode.c | 198 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
|
/linux-3.4.99/fs/ncpfs/ |
D | dir.c | 596 qname.hash = full_name_hash(qname.name, qname.len); in ncp_fill_cache()
|
/linux-3.4.99/fs/proc/ |
D | proc_sysctl.c | 589 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache()
|