Searched refs:full_name_hash (Results 1 – 22 of 22) sorted by relevance
/fs/sysv/ |
D | namei.c | 37 qstr->hash = full_name_hash(qstr->name, qstr->len); in sysv_hash()
|
/fs/ntfs/ |
D | namei.c | 256 nls_name.hash = full_name_hash(nls_name.name, nls_name.len); in ntfs_lookup()
|
/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()
|
/fs/ |
D | namei.c | 1436 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1457 EXPORT_SYMBOL(full_name_hash); 1488 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1495 EXPORT_SYMBOL(full_name_hash); 1870 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()
|
/fs/autofs4/ |
D | waitq.c | 393 qstr.hash = full_name_hash(name, qstr.len); in autofs4_wait()
|
/fs/configfs/ |
D | dir.c | 672 name.hash = full_name_hash(name.name, name.len); in create_default_group() 1689 name.hash = full_name_hash(name.name, name.len); in configfs_register_subsystem()
|
/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()
|
/fs/cifs/ |
D | readdir.c | 85 name->hash = full_name_hash(name->name, name->len); in cifs_readdir_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l)
|
/fs/fuse/ |
D | dev.c | 1380 name.hash = full_name_hash(name.name, name.len); in fuse_notify_inval_entry() 1431 name.hash = full_name_hash(name.name, name.len); in fuse_notify_delete()
|
/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()
|
/fs/isofs/ |
D | inode.c | 198 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
|
/fs/ncpfs/ |
D | dir.c | 596 qname.hash = full_name_hash(qname.name, qname.len); in ncp_fill_cache()
|
/fs/proc/ |
D | proc_sysctl.c | 589 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache()
|
D | base.c | 1678 qname.hash = full_name_hash(name, len); in proc_fill_cache()
|
/fs/ceph/ |
D | inode.c | 1229 dname.hash = full_name_hash(dname.name, dname.len); in ceph_readdir_prepopulate()
|
D | mds_client.c | 2778 dname.hash = full_name_hash(dname.name, dname.len); in handle_lease()
|