Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_item.c86 buip->bui_format.bui_type = XFS_LI_BUI; in xfs_bui_item_format()
396 unsigned int bui_type; in xfs_bui_recover() local
472 bui_type = bmap->me_flags & XFS_BMAP_EXTENT_TYPE_MASK; in xfs_bui_recover()
473 switch (bui_type) { in xfs_bui_recover()
476 type = bui_type; in xfs_bui_recover()
/fs/xfs/libxfs/
Dxfs_log_format.h747 uint16_t bui_type; /* bui log item type */ member