Home
last modified time | relevance | path

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

/linux-6.12.1/fs/affs/
Dfile.c317 ext = (u32)block / AFFS_SB(sb)->s_hashsize; in affs_get_block()
318 block -= ext * AFFS_SB(sb)->s_hashsize; in affs_get_block()
878 ext = last_blk / AFFS_SB(sb)->s_hashsize; in affs_truncate()
925 i = last_blk % AFFS_SB(sb)->s_hashsize + 1; in affs_truncate()
930 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
968 size = AFFS_SB(sb)->s_hashsize; in affs_truncate()
Daffs.h17 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)])
87 int s_hashsize; /* Size of hash table. */ member
Ddir.c137 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()
329 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.c434 sbi->s_hashsize = blocksize / 4 - 56; in affs_fill_super()