Home
last modified time | relevance | path

Searched refs:bui_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_bmap_item.c91 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
382 unsigned int bui_type; in xfs_bui_recover() local
465 bui_type = bmap->me_flags & XFS_BMAP_EXTENT_TYPE_MASK; in xfs_bui_recover()
466 switch (bui_type) { in xfs_bui_recover()
469 type = bui_type; in xfs_bui_recover()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h748 uint16_t bui_type; /* bui log item type */ member