Searched refs:incore (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 280 xfs_rtword_t incore; in xfs_rtfind_back() local 301 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 302 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 319 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back() 356 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 357 if ((wdiff = incore ^ want)) { in xfs_rtfind_back() 395 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 396 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back() 434 xfs_rtword_t incore; in xfs_rtfind_forw() local 457 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_forw() [all …]
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | snps,archs-intc.txt | 1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
|
H A D | snps,arc700-intc.txt | 1 * ARC700 incore Interrupt Controller
|
/linux/fs/ext4/ |
H A D | mballoc.c | 1277 static int ext4_mb_init_cache(struct folio *folio, char *incore, gfp_t gfp) in ext4_mb_init_cache() argument 1392 BUG_ON(incore == NULL); in ext4_mb_init_cache() 1406 ext4_mb_generate_buddy(sb, data, incore, group, grinfo); in ext4_mb_init_cache() 1408 incore = NULL; in ext4_mb_init_cache() 1411 BUG_ON(incore != NULL); in ext4_mb_init_cache() 1428 incore = data; in ext4_mb_init_cache()
|
/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
|