Home
last modified time | relevance | path

Searched refs:incore (Results 1 – 3 of 3) 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/iomap/
H A Doperations.rst194 ``mapping_set_large_folios`` when initializing the incore inode.