Lines Matching refs:real_end
57 __u64 start, end, real_end; in ext2fs_allocate_inode_bitmap() local
65 real_end = (__u64)EXT2_INODES_PER_GROUP(fs->super) * in ext2fs_allocate_inode_bitmap()
73 start, end, real_end, descr, ret)); in ext2fs_allocate_inode_bitmap()
77 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_inode_bitmap()
81 start, end, real_end, in ext2fs_allocate_inode_bitmap()
90 __u64 start, end, real_end; in ext2fs_allocate_block_bitmap() local
98 real_end = ((__u64) EXT2_CLUSTERS_PER_GROUP(fs->super) in ext2fs_allocate_block_bitmap()
105 start, end, real_end, descr, ret)); in ext2fs_allocate_block_bitmap()
107 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_block_bitmap()
111 start, end, real_end, in ext2fs_allocate_block_bitmap()
127 __u64 start, end, real_end; in ext2fs_allocate_subcluster_bitmap() local
144 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_subcluster_bitmap()
149 end, real_end, descr, &bmap); in ext2fs_allocate_subcluster_bitmap()