Searched refs:incore (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 Dmballoc.c755 static int ext4_mb_init_cache(struct page *page, char *incore) argument
890 BUG_ON(incore == NULL);
900 * incore got set to the group block bitmap below
903 ext4_mb_generate_buddy(sb, data, incore, group);
905 incore = NULL;
908 BUG_ON(incore != NULL);
922 /* set incore so that the buddy information can be
925 incore = data;

Completed in 49 milliseconds