xfs_imap
struct xfs_imap imap;
error = xfs_imap(pag, tp, ino, &imap, 0);
struct xfs_imap *imap, /* location map structure */
struct xfs_imap;
xfs_imap(
struct xfs_imap *imap, /* location map structure */
struct xfs_imap imap;
error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap,
struct xfs_imap imap;
error = xfs_imap(pag, sc->tp, sc->sm->sm_ino, &imap,
struct xfs_imap imap;
struct xfs_imap imap;
const struct xfs_imap *imap)
memcpy(&ri->imap, imap, sizeof(struct xfs_imap));
struct xfs_imap;
int xrep_setup_inode(struct xfs_scrub *sc, const struct xfs_imap *imap);
memset(&ip->i_imap, 0, sizeof(struct xfs_imap));
error = xfs_imap(pag, tp, I_INO(ip), &ip->i_imap, flags);
struct xfs_imap i_imap; /* location for xfs_imap() */