Lines Matching defs:imap
118 struct xfs_bmbt_irec imap;
176 &imap, &nimaps, bmapi_flags);
179 ASSERT(!nimaps || imap.br_startblock != DELAYSTARTBLOCK);
182 (!nimaps || imap.br_startblock == HOLESTARTBLOCK)) {
185 else if (nimaps && imap.br_startblock == HOLESTARTBLOCK)
186 end_fsb = min(end_fsb, imap.br_startoff +
187 imap.br_blockcount);
191 end_fsb - offset_fsb, 0, &imap, &seq);
211 error = xfs_bmbt_to_iomap(ip, iomap, &imap, 0, 0, seq);
227 struct xfs_bmbt_irec imap;
233 &imap, &nimaps, 0);
238 if (imap.br_startblock == HOLESTARTBLOCK ||
239 imap.br_startblock == DELAYSTARTBLOCK ||
240 imap.br_state == XFS_EXT_UNWRITTEN)