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.c1277 static int ext4_mb_init_cache(struct folio *folio, char *incore, gfp_t gfp) argument
1392 BUG_ON(incore == NULL);
1401 * incore got set to the group block bitmap below
1406 ext4_mb_generate_buddy(sb, data, incore, group, grinfo);
1408 incore = NULL;
1411 BUG_ON(incore != NULL);
1425 /* set incore so that the buddy information can be
1428 incore = data;

Completed in 121 milliseconds