Searched refs:E2UNDO_MAX_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
86 #define E2UNDO_MAX_BLOCK_SIZE 1048576 /* undo blocks are no more than 1MB */ macro580 if (blocksize > E2UNDO_MAX_BLOCK_SIZE || in try_reopen_undo_file()840 if (blksize > E2UNDO_MAX_BLOCK_SIZE || blksize < E2UNDO_MIN_BLOCK_SIZE) in undo_set_blksize()1042 if (tmp > E2UNDO_MAX_BLOCK_SIZE || tmp < E2UNDO_MIN_BLOCK_SIZE) in undo_set_option()
52 #define E2UNDO_MAX_BLOCK_SIZE 1048576 /* undo blocks are no more than 1MB */ macro406 if (!force && undo_ctx.blocksize > E2UNDO_MAX_BLOCK_SIZE) { in main()