Lines Matching refs:real_end
56 __u64 start, end, real_end; in ext2fs_allocate_inode_bitmap() local
64 real_end = (EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count); in ext2fs_allocate_inode_bitmap()
71 start, end, real_end, descr, ret)); in ext2fs_allocate_inode_bitmap()
75 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_inode_bitmap()
79 start, end, real_end, in ext2fs_allocate_inode_bitmap()
88 __u64 start, end, real_end; in ext2fs_allocate_block_bitmap() local
96 real_end = ((__u64) EXT2_CLUSTERS_PER_GROUP(fs->super) in ext2fs_allocate_block_bitmap()
103 start, end, real_end, descr, ret)); in ext2fs_allocate_block_bitmap()
105 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_block_bitmap()
109 start, end, real_end, in ext2fs_allocate_block_bitmap()
125 __u64 start, end, real_end; in ext2fs_allocate_subcluster_bitmap() local
141 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_subcluster_bitmap()
146 end, real_end, descr, &bmap); in ext2fs_allocate_subcluster_bitmap()