Home
last modified time | relevance | path

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

/linux-6.6.21/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.c844 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init()
851 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init()
879 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
Dxfs_buf_item_recover.c1009 .item_type = XFS_LI_BUF,
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_log_format.h234 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
252 { XFS_LI_BUF, "XFS_LI_BUF" }, \
Dxfs_defer.c294 case XFS_LI_BUF: in xfs_defer_save_resources()
Dxfs_bmap.c251 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()