Searched refs:full_name_hash (Results 1 – 20 of 20) sorted by relevance
/fs/notify/fanotify/ |
D | fanotify.c | 61 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len); in fanotify_hash_fh() 647 *hash ^= full_name_hash((void *)name_len, name->name, name_len); in fanotify_alloc_name_event() 651 *hash ^= full_name_hash((void *)name2_len, name2->name, in fanotify_alloc_name_event()
|
/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 | 95 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 | 1109 fd->nhash = full_name_hash(NULL, fd->name, checkedlen); in jffs2_scan_dirent_node()
|
D | readinode.c | 693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize); in read_direntry()
|
/fs/autofs/ |
D | waitq.c | 362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len); in autofs_wait()
|
/fs/fuse/ |
D | readdir.c | 196 name.hash = full_name_hash(parent, name.name, name.len); in fuse_direntplus_link()
|
D | dir.c | 1498 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 | 2112 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2130 EXPORT_SYMBOL(full_name_hash); 2189 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash() function 2196 EXPORT_SYMBOL(full_name_hash); 2661 this->hash = full_name_hash(base, name, len); in lookup_one_common()
|
D | dcache.c | 2524 name->hash = full_name_hash(dir, name->name, name->len); in d_hash_and_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
|
/fs/isofs/ |
D | inode.c | 259 qstr->hash = full_name_hash(dentry, name, len); in isofs_hash_common()
|
/fs/ceph/ |
D | inode.c | 1321 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_fill_trace() 1698 dname.hash = full_name_hash(parent, dname.name, dname.len); in ceph_readdir_prepopulate()
|
D | mds_client.c | 4582 dname.hash = full_name_hash(parent, dname.name, dname.len); in handle_lease()
|
/fs/proc/ |
D | proc_sysctl.c | 695 qname.hash = full_name_hash(dir, qname.name, qname.len); in proc_sys_fill_cache()
|
/fs/nfs/ |
D | dir.c | 753 filename.hash = full_name_hash(parent, filename.name, filename.len); in nfs_prime_dcache()
|