Searched refs:EXT3_MAX_RESERVE_BLOCKS (Results 1 – 3 of 3) sorted by relevance
180 if (rsv_window_size > EXT3_MAX_RESERVE_BLOCKS) in ext3_ioctl()181 rsv_window_size = EXT3_MAX_RESERVE_BLOCKS; in ext3_ioctl()
1164 if (size > EXT3_MAX_RESERVE_BLOCKS) in alloc_new_reservation()1165 size = EXT3_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
42 #define EXT3_MAX_RESERVE_BLOCKS 1027 macro