Searched refs:xmi_blockcount (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_exchmaps.h21 xfs_filblks_t xmi_blockcount; member in struct:xfs_exchmaps_intent
H A Dxfs_exchmaps.c116 xmi->xmi_blockcount -= irec->br_blockcount;
123 return xmi->xmi_blockcount > 0;
272 * otherwise we've reached the end of the range and xmi_blockcount will be
296 xmi->xmi_blockcount, irec1, &nimaps,
987 xmi->xmi_blockcount = req->blockcount;
H A Dxfs_log_format.h905 uint64_t xmi_blockcount; /* number of blocks */ member in struct:xfs_xmi_log_format
/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.c239 xlf->xmi_blockcount = xmi->xmi_blockcount;
347 if (!xfs_verify_fileext(mp, xlf->xmi_startoff1, xlf->xmi_blockcount))
350 return xfs_verify_fileext(mp, xlf->xmi_startoff2, xlf->xmi_blockcount);
397 req->blockcount = xlf->xmi_blockcount;
505 new_xlf->xmi_blockcount = old_xlf->xmi_blockcount;
H A Dxfs_trace.h4997 __entry->blockcount = xmi->xmi_blockcount;

Completed in 251 milliseconds