Searched refs:ext2_is_group_sparse (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_resize.c58 sparse = ext2_is_group_sparse(fs, group);
87 if (ext2_is_group_sparse(fs, i))
210 sparse = ext2_is_group_sparse(fs, group);
257 if (ext2_is_group_sparse(fs, i))
385 if (!ext2_is_group_sparse(fs, group))
609 if (ext2_is_group_sparse(fs, i))
H A Dext2.h165 int ext2_is_group_sparse (struct ext2_fs *fs, int group);
234 if (ext2_is_group_sparse(fs, group) && blk <= fs->gdblocks)
H A Dext2_meta.c99 if (ext2_is_group_sparse(fs, i))
H A Dext2_block_relocator.c788 sparse = ext2_is_group_sparse(fs, i);
846 sparse = ext2_is_group_sparse(fs, i);
H A Dext2.c572 int ext2_is_group_sparse(struct ext2_fs *fs, int group) function
630 if (!ext2_is_group_sparse(fs, i))

Completed in 20 milliseconds