Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_trans_buf.c39 if (blip->bli_item.li_type == XFS_LI_BUF && in xfs_trans_buf_item_match()
328 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_buf_is_dirty()
359 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_brelse()
Dxfs_buf_item.c733 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init()
740 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init()
768 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
Dxfs_buf_item_recover.c979 .item_type = XFS_LI_BUF,
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_log_format.h233 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
249 { XFS_LI_BUF, "XFS_LI_BUF" }, \
Dxfs_defer.c255 case XFS_LI_BUF: in xfs_defer_trans_roll()
Dxfs_bmap.c250 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()