Searched refs:m_attr_geo (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dattr.c77 bmp_sz = sizeof(long) * BITS_TO_LONGS(sc->mp->m_attr_geo->blksize);
164 .geo = context->dp->i_mount->m_attr_geo,
256 unsigned int mapsize = sc->mp->m_attr_geo->blksize;
283 unsigned int mapsize = sc->mp->m_attr_geo->blksize;
333 nameidx >= mp->m_attr_geo->blksize) {
388 bitmap_zero(ab->usedmap, mp->m_attr_geo->blksize);
403 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
406 if (leafhdr.usedbytes > mp->m_attr_geo->blksize)
408 if (leafhdr.firstused > mp->m_attr_geo->blksize)
422 buf_end = (char *)bp->b_addr + mp->m_attr_geo
[all...]
H A Ddabtree.c501 ds->dargs.geo = mp->m_attr_geo;
/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c96 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
214 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0,
305 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp);
H A Dxfs_attr_list.c333 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo,
378 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
411 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
H A Dxfs_mount.h91 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member in struct:xfs_mount
H A Dxfs_attr_item.c535 args->geo = mp->m_attr_geo;
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c30 size = xfs_attr_leaf_entsize_local_max(mp->m_attr_geo->blksize) -
H A Dxfs_dir2.c116 mp->m_attr_geo = kzalloc(sizeof(struct xfs_da_geometry),
118 if (!mp->m_dir_geo || !mp->m_attr_geo) {
120 kfree(mp->m_attr_geo);
166 dageo = mp->m_attr_geo;
189 kfree(mp->m_attr_geo);
H A Dxfs_attr_remote.c127 int blksize = mp->m_attr_geo->blksize;
189 int blksize = mp->m_attr_geo->blksize;
291 int blksize = mp->m_attr_geo->blksize;
340 int blksize = mp->m_attr_geo->blksize;
H A Dxfs_attr_leaf.c262 if (nameidx < leafhdr->firstused || nameidx >= mp->m_attr_geo->blksize)
325 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
335 if (ichdr.firstused > mp->m_attr_geo->blksize)
353 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize;
371 if (ichdr.freemap[i].base > mp->m_attr_geo->blksize)
375 if (ichdr.freemap[i].size > mp->m_attr_geo->blksize)
384 if (end > mp->m_attr_geo->blksize)
949 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf);
1612 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr);
1613 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo,
[all...]
H A Dxfs_attr.c267 args->geo = args->dp->i_mount->m_attr_geo;
940 args->geo = mp->m_attr_geo;
H A Dxfs_da_btree.c137 return mp->m_attr_geo->fsbcount;
247 ichdr.count > mp->m_attr_geo->node_ents)

Completed in 327 milliseconds