Searched refs:may_zeroout (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.c2635 int may_zeroout; local
2663 may_zeroout = ee_block + ee_len <= eof_block;
2669 if (ee_len <= 2*EXT4_EXT_ZERO_LEN && may_zeroout) {
2700 if (allocated <= EXT4_EXT_ZERO_LEN && may_zeroout) {
2776 if (err == -ENOSPC && may_zeroout) {
2802 may_zeroout = ee_block + ee_len <= eof_block;
2827 map->m_lblk != ee_block && may_zeroout) {
2896 if (err == -ENOSPC && may_zeroout) {
2958 int may_zeroout; local
2985 may_zeroout
[all...]

Completed in 110 milliseconds