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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c2609 #define EXT4_EXT_ZERO_LEN 7 macro
2668 /* If extent has less than 2*EXT4_EXT_ZERO_LEN zerout directly */
2669 if (ee_len <= 2*EXT4_EXT_ZERO_LEN && may_zeroout) {
2699 /* If extent has less than EXT4_EXT_ZERO_LEN zerout directly */
2700 if (allocated <= EXT4_EXT_ZERO_LEN && may_zeroout) {
2822 /* If extent has less than EXT4_EXT_ZERO_LEN and we are trying
2826 if (le16_to_cpu(orig_ex.ee_len) <= EXT4_EXT_ZERO_LEN &&

Completed in 47 milliseconds