Lines Matching defs:imap
121 struct xfs_bmbt_irec imap;
179 &imap, &nimaps, bmapi_flags);
182 ASSERT(!nimaps || imap.br_startblock != DELAYSTARTBLOCK);
185 (!nimaps || imap.br_startblock == HOLESTARTBLOCK)) {
188 else if (nimaps && imap.br_startblock == HOLESTARTBLOCK)
189 end_fsb = min(end_fsb, imap.br_startoff +
190 imap.br_blockcount);
194 end_fsb - offset_fsb, 0, &imap, &seq);
214 error = xfs_bmbt_to_iomap(ip, iomap, &imap, 0, 0, seq);
230 struct xfs_bmbt_irec imap;
236 &imap, &nimaps, 0);
241 if (imap.br_startblock == HOLESTARTBLOCK ||
242 imap.br_startblock == DELAYSTARTBLOCK ||
243 imap.br_state == XFS_EXT_UNWRITTEN)