Lines Matching defs:imap
87 struct xfs_bmbt_irec imap;
144 &imap, &nimaps, bmapi_flags);
146 ASSERT(!nimaps || imap.br_startblock != DELAYSTARTBLOCK);
149 (!nimaps || imap.br_startblock == HOLESTARTBLOCK)) {
152 else if (nimaps && imap.br_startblock == HOLESTARTBLOCK)
153 end_fsb = min(end_fsb, imap.br_startoff +
154 imap.br_blockcount);
158 end_fsb - offset_fsb, &imap);
178 error = xfs_bmbt_to_iomap(ip, iomap, &imap, 0);
194 struct xfs_bmbt_irec imap;
200 &imap, &nimaps, 0);
205 if (imap.br_startblock == HOLESTARTBLOCK ||
206 imap.br_startblock == DELAYSTARTBLOCK ||
207 imap.br_state == XFS_EXT_UNWRITTEN)