Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c280 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/translations/zh_CN/filesystems/
H A Dgfs2-glocks.rst20 fs/gfs2/incore.h 中的 struct gfs2_glock)包含两把主要的内部锁:
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst534 implementation of the incore counters, and will be treated separately.
1563 reconstruct the incore state of the intent item and finish it.
2285 the incore records to be sorted prior to commit, but was very slow and leaked
2477 2. For each incore reservation:
2483 b. For unclaimed portions of incore reservations, create a regular deferred
2685 Third, the incore extent map must be reloaded carefully to avoid disturbing
2962 For performance reasons, XFS also maintains incore copies of those counters,
2965 incore counter and give back whatever they don't use at commit time.
2973 To reduce contention even further, the incore counter is implemented as a
2975 global incore counter and can satisfy small allocations from the local batch.
[all …]
/linux/Documentation/filesystems/gfs2/
H A Dglocks.rst8 internals. Each glock (struct gfs2_glock in fs/gfs2/incore.h)
/linux/fs/ext4/
H A Dmballoc.c1373 static int ext4_mb_init_cache(struct folio *folio, char *incore, gfp_t gfp) in ext4_mb_init_cache() argument
1485 BUG_ON(incore == NULL); in ext4_mb_init_cache()
1499 ext4_mb_generate_buddy(sb, data, incore, group, grinfo); in ext4_mb_init_cache()
1501 incore = NULL; in ext4_mb_init_cache()
1504 BUG_ON(incore != NULL); in ext4_mb_init_cache()
1521 incore = data; in ext4_mb_init_cache()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst194 ``mapping_set_large_folios`` when initializing the incore inode.