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 D | ext2_resize.c | 58 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 D | ext2.h | 165 int ext2_is_group_sparse (struct ext2_fs *fs, int group); 234 if (ext2_is_group_sparse(fs, group) && blk <= fs->gdblocks)
|
H A D | ext2_meta.c | 99 if (ext2_is_group_sparse(fs, i))
|
H A D | ext2_block_relocator.c | 788 sparse = ext2_is_group_sparse(fs, i); 846 sparse = ext2_is_group_sparse(fs, i);
|
H A D | ext2.c | 572 int ext2_is_group_sparse(struct ext2_fs *fs, int group) function 630 if (!ext2_is_group_sparse(fs, i))
|
Completed in 27 milliseconds