Lines Matching refs:real_end
57 __u64 start, end, real_end; in ext2fs_allocate_inode_bitmap() local
65 real_end = (EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count); in ext2fs_allocate_inode_bitmap()
72 start, end, real_end, descr, ret)); in ext2fs_allocate_inode_bitmap()
76 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_inode_bitmap()
80 start, end, real_end, in ext2fs_allocate_inode_bitmap()
89 __u64 start, end, real_end; in ext2fs_allocate_block_bitmap() local
97 real_end = ((__u64) EXT2_CLUSTERS_PER_GROUP(fs->super) in ext2fs_allocate_block_bitmap()
104 start, end, real_end, descr, ret)); in ext2fs_allocate_block_bitmap()
106 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_block_bitmap()
110 start, end, real_end, in ext2fs_allocate_block_bitmap()
126 __u64 start, end, real_end; in ext2fs_allocate_subcluster_bitmap() local
143 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_subcluster_bitmap()
148 end, real_end, descr, &bmap); in ext2fs_allocate_subcluster_bitmap()