Searched refs:full_name_hash (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/security/selinux/ss/
H A Dcontext.c27 return full_name_hash(NULL, c->str, c->len);
/linux-master/include/linux/
H A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
/linux-master/include/linux/sunrpc/
H A Dsvcauth.h183 return full_name_hash(NULL, buf, length) >> (32 - bits);
/linux-master/lib/
H A Dtest_hash.c9 * and use both full_name_hash() and hashlen_string() to hash the
157 u32 h0 = full_name_hash(buf+i, buf+i, j-i);
184 u32 h0 = full_name_hash(buf+i, buf+i, j-i);
192 "hashlen_string(%d..%d) = %08x != full_name_hash() = %08x",
/linux-master/security/tomoyo/
H A Dmemory.c162 hash = full_name_hash(NULL, (const unsigned char *) name, len - 1);
H A Dutil.c685 ptr->hash = full_name_hash(NULL, name, len);
/linux-master/security/smack/
H A Dsmack_access.c407 hash = full_name_hash(NULL, skp->smk_known, strlen(skp->smk_known));
427 hash = full_name_hash(NULL, string, strlen(string));
/linux-master/fs/notify/fanotify/
H A Dfanotify.c53 * full_name_hash() works long by long, so it handles fh buf optimally.
55 return full_name_hash((void *)salt, fanotify_fh_buf(fh), fh->len);
647 *hash ^= full_name_hash((void *)name_len, name->name, name_len);
651 *hash ^= full_name_hash((void *)name2_len, name2->name,
/linux-master/fs/autofs/
H A Dwaitq.c362 qstr.hash = full_name_hash(dentry, qstr.name, qstr.len);
/linux-master/fs/jffs2/
H A Dwrite.c248 fd->nhash = full_name_hash(NULL, name, namelen);
601 uint32_t nhash = full_name_hash(NULL, name, namelen);
H A Dsummary.c479 fd->nhash = full_name_hash(NULL, fd->name, checkedlen);
H A Ddir.c95 nhash = full_name_hash(NULL, target->d_name.name, target->d_name.len);
H A Dreadinode.c693 fd->nhash = full_name_hash(NULL, fd->name, rd->nsize);
H A Dscan.c1109 fd->nhash = full_name_hash(NULL, fd->name, checkedlen);
/linux-master/fs/fat/
H A Dnamei_msdos.c159 qstr->hash = full_name_hash(dentry, msdos_name, MSDOS_NAME);
H A Dnamei_vfat.c124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr));
/linux-master/fs/fuse/
H A Dreaddir.c194 name.hash = full_name_hash(parent, name.name, name.len);
H A Ddir.c1369 name->hash = full_name_hash(dir, name->name, name->len);
/linux-master/fs/
H A Dnamei.c2119 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) function
2137 EXPORT_SYMBOL(full_name_hash); variable
2196 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) function
2203 EXPORT_SYMBOL(full_name_hash); variable
2678 this->hash = full_name_hash(base, name, len);
H A Ddcache.c2347 name->hash = full_name_hash(dir, name->name, name->len);
/linux-master/fs/ocfs2/dlm/
H A Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l)
/linux-master/fs/isofs/
H A Dinode.c259 qstr->hash = full_name_hash(dentry, name, len);
/linux-master/fs/proc/
H A Dproc_sysctl.c686 qname.hash = full_name_hash(dir, qname.name, qname.len);
/linux-master/fs/ceph/
H A Dinode.c1583 dname.hash = full_name_hash(parent, dname.name, dname.len);
1967 dname.hash = full_name_hash(parent, dname.name, dname.len);
/linux-master/fs/nfs/
H A Ddir.c750 filename.hash = full_name_hash(parent, filename.name, filename.len);

Completed in 333 milliseconds

12