Home
last modified time | relevance | path

Searched refs:EXT3_MAX_RESERVE_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext3/
Dioctl.c180 if (rsv_window_size > EXT3_MAX_RESERVE_BLOCKS) in ext3_ioctl()
181 rsv_window_size = EXT3_MAX_RESERVE_BLOCKS; in ext3_ioctl()
Dballoc.c1164 if (size > EXT3_MAX_RESERVE_BLOCKS) in alloc_new_reservation()
1165 size = EXT3_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
Dext3.h42 #define EXT3_MAX_RESERVE_BLOCKS 1027 macro