Lines Matching refs:upper_limit
3149 loff_t upper_limit = MAX_LFS_FILESIZE;
3154 upper_limit = (1LL << 32) - 1;
3157 upper_limit >>= (blkbits - 9);
3158 upper_limit <<= blkbits;
3170 if (res > upper_limit)
3171 res = upper_limit;
3183 unsigned long long upper_limit, res = EXT4_NDIR_BLOCKS;
3200 upper_limit = (1LL << 32) - 1;
3203 upper_limit >>= (bits - 9);
3212 upper_limit = (1LL << 48) - 1;
3223 upper_limit -= meta_blocks;
3224 upper_limit <<= bits;
3230 if (res > upper_limit)
3231 res = upper_limit;