Lines Matching defs:imap
2292 * Return the location of the inode in imap, for mapping it into a buffer.
2299 struct xfs_imap *imap, /* location map structure */
2368 imap->im_blkno = XFS_AGB_TO_DADDR(mp, pag->pag_agno, agbno);
2369 imap->im_len = XFS_FSB_TO_BB(mp, 1);
2370 imap->im_boffset = (unsigned short)(offset <<
2398 imap->im_blkno = XFS_AGB_TO_DADDR(mp, pag->pag_agno, cluster_agbno);
2399 imap->im_len = XFS_FSB_TO_BB(mp, M_IGEO(mp)->blocks_per_cluster);
2400 imap->im_boffset = (unsigned short)(offset << mp->m_sb.sb_inodelog);
2408 if ((imap->im_blkno + imap->im_len) >
2412 __func__, (unsigned long long) imap->im_blkno,
2413 (unsigned long long) imap->im_len,