Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dattr.c79 size_t bmp_sz; in xchk_setup_xattr_buf() local
83 bmp_sz = sizeof(long) * BITS_TO_LONGS(sc->mp->m_attr_geo->blksize); in xchk_setup_xattr_buf()
94 ab->usedmap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()
99 ab->freemap = kvmalloc(bmp_sz, XCHK_GFP_FLAGS); in xchk_setup_xattr_buf()