Home
last modified time | relevance | path

Searched refs:total_groups (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/efs/
Dsuper.c250 sb->total_groups = be16_to_cpu(super->fs_ncg); in efs_validate_super()
339 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
343 buf->f_files = sbi->total_groups * /* total inodes */ in efs_statfs()
/linux-4.1.27/include/uapi/linux/
Defs_fs_sb.h58 __u16 total_groups; /* # of groups */ member