Home
last modified time | relevance | path

Searched refs:group_size (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Defs_fs_sb.h54 int32_t group_size; /* # of blocks a group consists of */ member
/linux-2.4.37.9/fs/efs/
Dsuper.c125 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
214 (sb->group_size - sb->inode_blocks); in efs_statfs()
Dinode.c73 (sb->group_size * (inode_index / sb->inode_blocks)) + in efs_read_inode()