Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext2/
Dioctl.c130 if (rsv_window_size > EXT2_MAX_RESERVE_BLOCKS) in ext2_ioctl()
131 rsv_window_size = EXT2_MAX_RESERVE_BLOCKS; in ext2_ioctl()
Dballoc.c926 if (size > EXT2_MAX_RESERVE_BLOCKS) in alloc_new_reservation()
927 size = EXT2_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
Dext2.h137 #define EXT2_MAX_RESERVE_BLOCKS 1027 macro