Home
last modified time | relevance | path

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

/linux-4.1.27/fs/affs/
Dfile.c314 ext = (u32)block / AFFS_SB(sb)->s_hashsize; in affs_get_block()
315 block -= ext * AFFS_SB(sb)->s_hashsize; in affs_get_block()
850 ext = last_blk / AFFS_SB(sb)->s_hashsize; in affs_truncate()
897 i = last_blk % AFFS_SB(sb)->s_hashsize + 1; in affs_truncate()
902 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
940 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
Daffs.h18 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)])
88 int s_hashsize; /* Size of hash table. */ member
Ddir.c103 for (; hash_pos < AFFS_SB(sb)->s_hashsize; hash_pos++) { in affs_readdir()
Dnamei.c184 return hash % AFFS_SB(sb)->s_hashsize; in affs_hash_name()
341 maxlen = AFFS_SB(sb)->s_hashsize * sizeof(u32) - 1; in affs_symlink()
Dinode.c132 sbi->s_hashsize + 1; in affs_iget()
Damigaffs.c243 for (size = AFFS_SB(sb)->s_hashsize - 1; size >= 0; size--) in affs_empty_dir()
Dsuper.c397 sbi->s_hashsize = blocksize / 4 - 56; in affs_fill_super()