Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Dattr.c163 unsigned long *dstmap; in xchk_xattr_check_freemap() local
178 dstmap = freemap + BITS_TO_LONGS(mapsize); in xchk_xattr_check_freemap()
179 return bitmap_and(dstmap, freemap, map, mapsize) == 0; in xchk_xattr_check_freemap()