Lines Matching defs:imap
2144 struct xfs_imap *imap,
2156 offset = imap->im_boffset +
2288 /* Return the imap, dinode pointer, and buffer for an inode. */
2294 struct xfs_imap *imap,
2301 imap->im_blkno = 0;
2302 error = xfs_imap(mp, tp, XFS_AGINO_TO_INO(mp, agno, agino), imap, 0);
2309 error = xfs_imap_to_bp(mp, tp, imap, dipp, bpp, 0);
2322 * and inode cluster buffer of that inode as @agino, @imap, @dipp, and @bpp.
2325 * @agino, @imap, @dipp, and @bpp are all output parameters.
2336 struct xfs_imap *imap,
2351 error = xfs_iunlink_map_ino(tp, agno, *agino, imap, dipp, bpp);
2378 error = xfs_iunlink_map_ino(tp, agno, next_agino, imap, dipp,
2465 struct xfs_imap imap;
2470 &prev_agino, &imap, &last_dip, &last_ibp,
2477 last_dip, &imap, next_agino);