Searched refs:affs_hash_name (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Damigaffs.c35 offset = affs_hash_name(sb, AFFS_TAIL(sb, bh)->name + 1, AFFS_TAIL(sb, bh)->name[0]);
86 offset = affs_hash_name(sb, AFFS_TAIL(sb, rem_bh)->name+1, AFFS_TAIL(sb, rem_bh)->name[0]);
H A Dnamei.c158 affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len) function
184 key = be32_to_cpu(AFFS_HEAD(bh)->table[affs_hash_name(sb, dentry->d_name.name, dentry->d_name.len)]);
H A Daffs.h156 extern int affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len);

Completed in 103 milliseconds