Searched refs:EXT_INIT_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.h144 * EXT_INIT_MAX_LEN is the maximum number of blocks we can have in an
160 #define EXT_INIT_MAX_LEN (1UL << 15) macro
161 #define EXT_UNINIT_MAX_LEN (EXT_INIT_MAX_LEN - 1)
206 BUG_ON((le16_to_cpu(ext->ee_len) & ~EXT_INIT_MAX_LEN) == 0);
207 ext->ee_len |= cpu_to_le16(EXT_INIT_MAX_LEN);
213 return (le16_to_cpu(ext->ee_len) > EXT_INIT_MAX_LEN);
218 return (le16_to_cpu(ext->ee_len) <= EXT_INIT_MAX_LEN ?
220 (le16_to_cpu(ext->ee_len) - EXT_INIT_MAX_LEN));
H A Dextents.c1554 max_len = EXT_INIT_MAX_LEN;
3439 * EXT_INIT_MAX_LEN and for an uninitialized extent this limit is
3442 if (map->m_len > EXT_INIT_MAX_LEN &&
3444 map->m_len = EXT_INIT_MAX_LEN;

Completed in 109 milliseconds