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

/linux-master/fs/xfs/libxfs/
H A Dxfs_exchmaps.h20 xfs_fileoff_t xmi_startoff2; member in struct:xfs_exchmaps_intent
H A Dxfs_exchmaps.c115 xmi->xmi_startoff2 += irec->br_blockcount;
320 error = xfs_bmapi_read(xmi->xmi_ip2, xmi->xmi_startoff2,
327 irec2->br_startoff != xmi->xmi_startoff2) {
986 xmi->xmi_startoff2 = req->startoff2;
H A Dxfs_log_format.h904 uint64_t xmi_startoff2; /* block offset into file2 */ member in struct:xfs_xmi_log_format
/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.c238 xlf->xmi_startoff2 = xmi->xmi_startoff2;
350 return xfs_verify_fileext(mp, xlf->xmi_startoff2, xlf->xmi_blockcount);
396 req->startoff2 = xlf->xmi_startoff2;
504 new_xlf->xmi_startoff2 = old_xlf->xmi_startoff2;
H A Dxfs_trace.h4996 __entry->startoff2 = xmi->xmi_startoff2;

Completed in 269 milliseconds