Home
last modified time | relevance | path

Searched refs:xmi_blockcount (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_exchmaps_item.c239 xlf->xmi_blockcount = xmi->xmi_blockcount; in xfs_exchmaps_create_intent()
347 if (!xfs_verify_fileext(mp, xlf->xmi_startoff1, xlf->xmi_blockcount)) in xfs_xmi_validate()
350 return xfs_verify_fileext(mp, xlf->xmi_startoff2, xlf->xmi_blockcount); in xfs_xmi_validate()
397 req->blockcount = xlf->xmi_blockcount; in xfs_xmi_item_recover_intent()
505 new_xlf->xmi_blockcount = old_xlf->xmi_blockcount; in xfs_exchmaps_relog_intent()
Dxfs_trace.h5136 __entry->blockcount = xmi->xmi_blockcount;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.h21 xfs_filblks_t xmi_blockcount; member
Dxfs_exchmaps.c116 xmi->xmi_blockcount -= irec->br_blockcount; in xmi_advance()
123 return xmi->xmi_blockcount > 0; in xmi_has_more_exchange_work()
296 xmi->xmi_blockcount, irec1, &nimaps, in xfs_exchmaps_find_mappings()
987 xmi->xmi_blockcount = req->blockcount; in xfs_exchmaps_init_intent()
Dxfs_log_format.h905 uint64_t xmi_blockcount; /* number of blocks */ member
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst4098 xfs_filblks_t xmi_blockcount;
4132 3. Until ``xmi_blockcount`` of the deferred mapping exchange work item is zero,
4167 ``xmi_blockcount`` by the same quantity.