Home
last modified time | relevance | path

Searched refs:s_hashsize (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/affs/
Dfile.c315 ext = (u32)block / AFFS_SB(sb)->s_hashsize; in affs_get_block()
316 block -= ext * AFFS_SB(sb)->s_hashsize; in affs_get_block()
875 ext = last_blk / AFFS_SB(sb)->s_hashsize; in affs_truncate()
922 i = last_blk % AFFS_SB(sb)->s_hashsize + 1; in affs_truncate()
927 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
965 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
Daffs.h19 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)])
89 int s_hashsize; /* Size of hash table. */ member
Ddir.c105 for (; hash_pos < AFFS_SB(sb)->s_hashsize; hash_pos++) { in affs_readdir()
Dnamei.c166 return hash % AFFS_SB(sb)->s_hashsize; in affs_hash_name()
326 maxlen = AFFS_SB(sb)->s_hashsize * sizeof(u32) - 1; in affs_symlink()
Damigaffs.c246 for (size = AFFS_SB(sb)->s_hashsize - 1; size >= 0; size--) in affs_empty_dir()
Dinode.c134 sbi->s_hashsize + 1; in affs_iget()
Dsuper.c436 sbi->s_hashsize = blocksize / 4 - 56; in affs_fill_super()