Home
last modified time | relevance | path

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

/openbsd/bin/df/
H A Dext2fs_df.c62 u_int32_t overhead, overhead_per_group; in e2fs_df() local
83 overhead_per_group = 1 /* super block */ + in e2fs_df()
88 overhead = sblock.e2fs_first_dblock + ncg * overhead_per_group; in e2fs_df()
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c656 u_int32_t overhead, overhead_per_group; in ext2fs_statfs() local
667 overhead_per_group = 1 /* block bitmap */ + 1 /* inode bitmap */ + in ext2fs_statfs()
670 fs->e2fs_ncg * overhead_per_group; in ext2fs_statfs()