Searched refs:incore (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 192 xfs_rtword_t incore; in xfs_rtfind_back() local 213 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 214 want = (incore & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 231 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back() 268 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 269 if ((wdiff = incore ^ want)) { in xfs_rtfind_back() 307 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back() 308 if ((wdiff = (incore ^ want) & mask)) { in xfs_rtfind_back() 346 xfs_rtword_t incore; in xfs_rtfind_forw() local 369 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_forw() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,arc700-intc.txt | 1 * ARC700 incore Interrupt Controller
|
D | snps,archs-intc.txt | 1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 536 implementation of the incore counters, and will be treated separately. 1600 reconstruct the incore state of the intent item and finish it. 2339 the incore records to be sorted prior to commit, but was very slow and leaked 2539 2. For each incore reservation: 2545 b. For unclaimed portions of incore reservations, create a regular deferred 2757 Third, the incore extent map must be reloaded carefully to avoid disturbing 3064 For performance reasons, XFS also maintains incore copies of those counters, 3067 incore counter and give back whatever they don't use at commit time. 3075 To reduce contention even further, the incore counter is implemented as a 3077 global incore counter and can satisfy small allocations from the local batch. [all …]
|
/linux-6.12.1/fs/ext4/ |
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-6.12.1/Documentation/filesystems/ |
D | gfs2-glocks.rst | 8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 169 ``mapping_set_large_folios`` when initializing the incore inode.
|