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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c189 __u64 hole_size; // amount of blocks for a file hole, if it needed to be created. local
314 * add 1 to pos in the hole_size calculation
318 hole_size = (pos + item_offset -
328 if (hole_size > 0) {
329 int to_paste = min_t(__u64, hole_size, MAX_ITEM_LEN(inode->i_sb->s_blocksize) / UNFM_P_SIZE); // How much data to insert first time.
340 min_t(__u64, hole_size,
450 hole_size -= to_paste;
451 } while (hole_size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c1819 int cnt, hole_size; local
1829 hole_size = q - p + 1;
1841 end = end - hole_size; // adjust the new END

Completed in 107 milliseconds