Searched refs:full_name_hash (Results 1 – 19 of 19) sorted by relevance
/fs/sysv/ |
D | namei.c | 36 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 | 1103 fd->nhash = full_name_hash(fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 693 fd->nhash = full_name_hash(fd->name, rd->nsize); in read_direntry()
|
/fs/autofs4/ |
D | waitq.c | 409 qstr.hash = full_name_hash(name, qstr.len); in autofs4_wait()
|
/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()
|
/fs/ |
D | namei.c | 1867 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1888 EXPORT_SYMBOL(full_name_hash); 1920 unsigned int full_name_hash(const unsigned char *name, unsigned int len) in full_name_hash() function 1927 EXPORT_SYMBOL(full_name_hash); 2363 this.hash = full_name_hash(name, len); in lookup_one_len2()
|
D | dcache.c | 1690 q.hash = full_name_hash(q.name, q.len); in d_alloc_name() 2407 name->hash = full_name_hash(name->name, name->len); in d_hash_and_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l)
|
/fs/ceph/ |
D | inode.c | 1115 dname.hash = full_name_hash(dname.name, dname.len); in ceph_fill_trace() 1452 dname.hash = full_name_hash(dname.name, dname.len); in ceph_readdir_prepopulate()
|
D | mds_client.c | 3253 dname.hash = full_name_hash(dname.name, dname.len); in handle_lease()
|
/fs/nfs/ |
D | dir.c | 237 string->hash = full_name_hash(name, len); in nfs_readdir_make_qstr() 501 filename.hash = full_name_hash(filename.name, filename.len); in nfs_prime_dcache()
|
/fs/fuse/ |
D | dev.c | 1575 name.hash = full_name_hash(name.name, name.len); in fuse_notify_inval_entry() 1626 name.hash = full_name_hash(name.name, name.len); in fuse_notify_delete()
|
D | dir.c | 1260 name.hash = full_name_hash(name.name, name.len); in fuse_direntplus_link()
|
/fs/isofs/ |
D | inode.c | 261 qstr->hash = full_name_hash(name, len); in isofs_hash_common()
|
/fs/proc/ |
D | proc_sysctl.c | 626 qname.hash = full_name_hash(qname.name, qname.len); in proc_sys_fill_cache()
|