Searched refs:startoff2 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_exchmaps.h | 56 xfs_fileoff_t startoff2; member
|
D | xfs_exchmaps.c | 962 if (req->startoff1 != 0 || req->startoff2 != 0) in xmi_can_exchange_reflink_flags() 986 xmi->xmi_startoff2 = req->startoff2; in xfs_exchmaps_init_intent()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_exchmaps_item.c | 396 req->startoff2 = xlf->xmi_startoff2; in xfs_xmi_item_recover_intent()
|
D | xfs_exchrange.c | 199 .startoff2 = XFS_B_TO_FSBT(mp, fxr->file2_offset), in xfs_exchrange_mappings()
|
D | xfs_trace.h | 5067 __field(xfs_fileoff_t, startoff2) 5082 __entry->startoff2 = req->startoff2; 5095 __entry->ino2, __entry->startoff2, 5122 __field(xfs_fileoff_t, startoff2) 5135 __entry->startoff2 = xmi->xmi_startoff2; 5145 __entry->ino2, __entry->startoff2,
|
/linux-6.12.1/fs/xfs/scrub/ |
D | tempfile.c | 523 req->startoff2 = 0; in xrep_tempexch_prep_request()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 4109 offset ranges: ``(inode1, startoff1, blockcount)`` and ``(inode2, startoff2,
|