Searched refs:hmdfs_dentry_hash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile_cloud.c | 149 ctx->hash = hmdfs_dentry_hash(ctx->name, ctx->sbi->s_case_sensitive); in hmdfs_find_dentry_cloud()
|
H A D | hmdfs_dentryfile.h | 345 __u32 hmdfs_dentry_hash(const struct qstr *qstr, bool case_sense);
|
H A D | inode_cloud.c | 29 return hmdfs_dentry_hash(&str, CLOUD_RECORD_ID_LEN); in make_ino_raw_cloud()
|
H A D | hmdfs_dentryfile.c | 88 __u32 hmdfs_dentry_hash(const struct qstr *qstr, bool case_sense) in hmdfs_dentry_hash() function 764 ctx->hash = hmdfs_dentry_hash(ctx->name, ctx->sbi->s_case_sensitive); in hmdfs_find_dentry() 885 namehash = hmdfs_dentry_hash(&qstr, sbi->s_case_sensitive); in create_dentry()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile_cloud.c | 149 ctx->hash = hmdfs_dentry_hash(ctx->name, ctx->sbi->s_case_sensitive); in hmdfs_find_dentry_cloud()
|
H A D | hmdfs_dentryfile.h | 345 __u32 hmdfs_dentry_hash(const struct qstr *qstr, bool case_sense);
|
H A D | inode_cloud.c | 29 return hmdfs_dentry_hash(&str, CLOUD_RECORD_ID_LEN); in make_ino_raw_cloud()
|
H A D | hmdfs_dentryfile.c | 89 __u32 hmdfs_dentry_hash(const struct qstr *qstr, bool case_sense) in hmdfs_dentry_hash() function 765 ctx->hash = hmdfs_dentry_hash(ctx->name, ctx->sbi->s_case_sensitive); in hmdfs_find_dentry() 886 namehash = hmdfs_dentry_hash(&qstr, sbi->s_case_sensitive); in create_dentry()
|
Completed in 12 milliseconds