Searched refs:affs_hash_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/ |
H A D | namei.c | 157 affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len) in affs_hash_name() function 183 key = be32_to_cpu(AFFS_HEAD(bh)->table[affs_hash_name(sb, dentry->d_name.name, dentry->d_name.len)]); in affs_find_entry()
|
H A D | amigaffs.c | 34 offset = affs_hash_name(sb, AFFS_TAIL(sb, bh)->name + 1, AFFS_TAIL(sb, bh)->name[0]); in affs_insert_hash() 85 offset = affs_hash_name(sb, AFFS_TAIL(sb, rem_bh)->name+1, AFFS_TAIL(sb, rem_bh)->name[0]); in affs_remove_hash()
|
H A D | affs.h | 167 extern int affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len);
|
/kernel/linux/linux-6.6/fs/affs/ |
H A D | namei.c | 157 affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len) in affs_hash_name() function 183 key = be32_to_cpu(AFFS_HEAD(bh)->table[affs_hash_name(sb, dentry->d_name.name, dentry->d_name.len)]); in affs_find_entry()
|
H A D | amigaffs.c | 34 offset = affs_hash_name(sb, AFFS_TAIL(sb, bh)->name + 1, AFFS_TAIL(sb, bh)->name[0]); in affs_insert_hash() 85 offset = affs_hash_name(sb, AFFS_TAIL(sb, rem_bh)->name+1, AFFS_TAIL(sb, rem_bh)->name[0]); in affs_remove_hash()
|
H A D | affs.h | 167 extern int affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len);
|
Completed in 6 milliseconds