Searched refs:full_name_hash (Results 1 – 21 of 21) sorted by relevance
/fs/ntfs/ |
D | namei.c | 242 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
|
/fs/jffs2/ |
D | write.c | 248 fd->nhash = full_name_hash(NULL, name, namelen); in jffs2_write_dirent() 601 uint32_t nhash = full_name_hash(NULL, name, namelen); in jffs2_do_unlink()
|
D | dir.c | 92 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len); in jffs2_lookup()
|
D | summary.c | 479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_sum_process_sum_data()
|
D | scan.c | 1106 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 677 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
/fs/autofs/ |
D | waitq.c | 402 qstr.hash = full_name_hash(dentry, name, qstr.len); in autofs_wait()
|
/fs/ext4/ |
D | dir.c | 707 str->hash = full_name_hash(dentry, norm, len); in ext4_d_hash()
|
/fs/fuse/ |
D | readdir.c | 192 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|
D | dir.c | 1026 name->hash = full_name_hash(dir, name->name, name->len); in fuse_reverse_inval_entry()
|
/fs/fat/ |
D | namei_msdos.c | 159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME); in msdos_hash()
|
D | namei_vfat.c | 124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr)); in vfat_hash()
|
/fs/ |
D | namei.c | 2023 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2041 EXPORT_SYMBOL(full_name_hash); 2100 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2107 EXPORT_SYMBOL(full_name_hash); 2548 this->hash = full_name_hash(base, name, len); in lookup_one_len_common()
|
D | dcache.c | 2407 name->hash = full_name_hash(dir, name->name, name->len); in d_hash_and_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 35 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
/fs/nfs/ |
D | dir.c | 197 string->hash = full_name_hash(NULL, name, len); in nfs_readdir_make_qstr() 473 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
|
/fs/ceph/ |
D | inode.c | 1262 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 1630 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
D | mds_client.c | 3914 dname.hash = full_name_hash(parent, dname.name, dname.len); in handle_lease()
|
/fs/f2fs/ |
D | dir.c | 1102 str->hash = full_name_hash(dentry, norm, len); in f2fs_d_hash()
|
/fs/isofs/ |
D | inode.c | 260 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
|
/fs/proc/ |
D | proc_sysctl.c | 701 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
|