Lines Matching refs:m_attr_geo
42 sz = 3 * sizeof(long) * BITS_TO_LONGS(sc->mp->m_attr_geo->blksize);
152 args.geo = context->dp->i_mount->m_attr_geo;
192 unsigned int mapsize = sc->mp->m_attr_geo->blksize;
221 unsigned int mapsize = sc->mp->m_attr_geo->blksize;
271 nameidx >= mp->m_attr_geo->blksize) {
335 bitmap_zero(usedmap, mp->m_attr_geo->blksize);
350 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
353 if (leafhdr.usedbytes > mp->m_attr_geo->blksize)
355 if (leafhdr.firstused > mp->m_attr_geo->blksize)
369 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize;
436 if (nameidx < hdrsize || nameidx >= mp->m_attr_geo->blksize) {