Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/ext2fs/
HDext2fs.h47 uint32_t e2fs_bcount; /* blocks count */ member
HDext2_vfsops.c398 fs->e2fs_gcount = howmany(es->e2fs_bcount - es->e2fs_first_dblock, in compute_sb_data()
846 sbp->f_blocks = fs->e2fs->e2fs_bcount - overhead; in ext2_statfs()
HDext2_alloc.c109 if (bpref >= fs->e2fs->e2fs_bcount) in ext2_alloc()
1180 if ((u_int)bno >= fs->e2fs->e2fs_bcount) { in ext2_blkfree()