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

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c162 xfs_rtword_t incore; local
183 incore = xfs_rtbitmap_getword(args, word);
184 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0;
201 if ((wdiff = (incore ^ want) & mask)) {
238 incore = xfs_rtbitmap_getword(args, word);
239 if ((wdiff = incore ^ want)) {
277 incore = xfs_rtbitmap_getword(args, word);
278 if ((wdiff = (incore ^ want) & mask)) {
316 xfs_rtword_t incore; local
337 incore
551 xfs_rtword_t incore; local
766 xfs_rtword_t incore; local
[all...]
/linux-master/fs/ext4/
H A Dmballoc.c1273 static int ext4_mb_init_cache(struct page *page, char *incore, gfp_t gfp) argument
1387 BUG_ON(incore == NULL);
1396 * incore got set to the group block bitmap below
1401 ext4_mb_generate_buddy(sb, data, incore, group, grinfo);
1403 incore = NULL;
1406 BUG_ON(incore != NULL);
1420 /* set incore so that the buddy information can be
1423 incore = data;

Completed in 118 milliseconds