Searched refs:EXT2_MAX_RESERVE_BLOCKS (Results 1 – 3 of 3) sorted by relevance
112 if (rsv_window_size > EXT2_MAX_RESERVE_BLOCKS) in ext2_ioctl()113 rsv_window_size = EXT2_MAX_RESERVE_BLOCKS; in ext2_ioctl()
925 if (size > EXT2_MAX_RESERVE_BLOCKS) in alloc_new_reservation()926 size = EXT2_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
140 #define EXT2_MAX_RESERVE_BLOCKS 1027 macro