Searched refs:max_to_insert (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 Dinode.c890 __u64 max_to_insert = local
917 un = kzalloc(min(blocks_needed, max_to_insert) * UNFM_P_SIZE, GFP_ATOMIC); // We need to avoid scheduling.
921 max_to_insert = 0;
924 if (blocks_needed <= max_to_insert) {
935 /* If kmalloc failed, max_to_insert becomes zero and it means we
938 max_to_insert ? max_to_insert : 1;

Completed in 52 milliseconds