Searched refs:ext4_mb_init_cache (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) function
941 * Locking note: This routine calls ext4_mb_init_cache(), which takes the
989 ret = ext4_mb_init_cache(page, NULL);
1018 ret = ext4_mb_init_cache(page, bitmap);
1040 * Locking note: This routine calls ext4_mb_init_cache(), which takes the
1124 ret = ext4_mb_init_cache(page, NULL);
1155 ret = ext4_mb_init_cache(page, e4b->bd_bitmap);

Completed in 59 milliseconds