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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c329 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. local
333 char *zeros = kzalloc(to_paste * UNFM_P_SIZE, GFP_ATOMIC); // We cannot insert more than MAX_ITEM_LEN bytes anyway.
339 to_paste =
365 to_paste);
383 to_paste *
423 (to_paste << inode->i_blkbits);
437 (to_paste << inode->
450 hole_size -= to_paste;

Completed in 22 milliseconds