Home | History | Annotate | Download | only in misc

Lines Matching refs:MAX_32_NUM

68 #define MAX_32_NUM ((((unsigned long long) 1) << 32) - 1)
1669 if (flex_bg_size > MAX_32_NUM) {
2100 if ((fs_blocks_count > MAX_32_NUM) &&
2103 if ((fs_blocks_count > MAX_32_NUM) &&
2109 if ((fs_blocks_count > MAX_32_NUM) &&
2446 if (n > MAX_32_NUM) {
2448 num_inodes = MAX_32_NUM;
2456 } else if (num_inodes > MAX_32_NUM) {