Lines Matching defs:sc
33 struct xfs_scrub *sc)
35 struct xchk_xattr_buf *ab = sc->buf;
43 struct xfs_scrub *sc)
45 struct xchk_xattr_buf *ab = sc->buf;
53 struct xfs_scrub *sc)
55 return xchk_xattr_usedmap(sc) +
56 BITS_TO_LONGS(sc->mp->m_attr_geo->blksize);
62 struct xfs_scrub *sc)
64 return xchk_xattr_freemap(sc) +
65 BITS_TO_LONGS(sc->mp->m_attr_geo->blksize);
68 int xchk_setup_xattr_buf(struct xfs_scrub *sc, size_t value_size,