Home
last modified time | relevance | path

Searched refs:EXT2_MAX_RESERVE_BLOCKS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dioctl.c130 if (rsv_window_size > EXT2_MAX_RESERVE_BLOCKS) in ext2_ioctl()
131 rsv_window_size = EXT2_MAX_RESERVE_BLOCKS; in ext2_ioctl()
H A Dballoc.c924 if (size > EXT2_MAX_RESERVE_BLOCKS) in alloc_new_reservation()
925 size = EXT2_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
H A Dext2.h134 #define EXT2_MAX_RESERVE_BLOCKS 1027 macro
/kernel/linux/linux-6.6/fs/ext2/
H A Dioctl.c112 if (rsv_window_size > EXT2_MAX_RESERVE_BLOCKS) in ext2_ioctl()
113 rsv_window_size = EXT2_MAX_RESERVE_BLOCKS; in ext2_ioctl()
H A Dballoc.c914 if (size > EXT2_MAX_RESERVE_BLOCKS) in alloc_new_reservation()
915 size = EXT2_MAX_RESERVE_BLOCKS; in alloc_new_reservation()
H A Dext2.h137 #define EXT2_MAX_RESERVE_BLOCKS 1027 macro

Completed in 9 milliseconds