Searched refs:EXT_UNINIT_MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h149 * EXT_UNINIT_MAX_LEN is the maximum number of blocks we can have in an
161 #define EXT_UNINIT_MAX_LEN (EXT_INIT_MAX_LEN - 1) macro
H A Dextents.c1552 max_len = EXT_UNINIT_MAX_LEN;
3440 * EXT_UNINIT_MAX_LEN.
3445 else if (map->m_len > EXT_UNINIT_MAX_LEN &&
3447 map->m_len = EXT_UNINIT_MAX_LEN;

Completed in 39 milliseconds