Searched refs:incore (Results 1 – 3 of 3) sorted by relevance
280 xfs_rtword_t incore; in xfs_rtfind_back() local301 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() local457 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_forw()[all …]
20 fs/gfs2/incore.h 中的 struct gfs2_glock)包含两把主要的内部锁:
194 ``mapping_set_large_folios`` when initializing the incore inode.