Home
last modified time | relevance | path

Searched refs:incore (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.c192 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/
Dsnps,arc700-intc.txt1 * ARC700 incore Interrupt Controller
Dsnps,archs-intc.txt1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst536 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/
Dmballoc.c1277 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/
Dgfs2-glocks.rst8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst169 ``mapping_set_large_folios`` when initializing the incore inode.