Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_item.c90 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
438 unsigned int bui_type; in xfs_bui_recover() local
521 bui_type = bmap->me_flags & XFS_BMAP_EXTENT_TYPE_MASK; in xfs_bui_recover()
522 switch (bui_type) { in xfs_bui_recover()
525 type = bui_type; in xfs_bui_recover()
/fs/xfs/libxfs/
Dxfs_log_format.h748 uint16_t bui_type; /* bui log item type */ member