Searched refs:BLK_T_MAX (Results 1 – 1 of 1) sorted by relevance
104 #define BLK_T_MAX ((blk_t)~0ULL) macro118 if (start > BLK_T_MAX) in ext2fs_punch_ind()120 if (end >= BLK_T_MAX || end - start + 1 >= BLK_T_MAX) in ext2fs_punch_ind()121 count = BLK_T_MAX - start; in ext2fs_punch_ind()163 #undef BLK_T_MAX