Home
last modified time | relevance | path

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

/linux-6.12.1/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()
409 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_bdetach()
Dxfs_buf_item.c876 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init()
883 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init()
911 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
Dxfs_buf_item_recover.c1079 .item_type = XFS_LI_BUF,
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h237 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
257 { XFS_LI_BUF, "XFS_LI_BUF" }, \
Dxfs_btree_mem.c239 if (lip->li_type != XFS_LI_BUF) in xfbtree_buf_match()
Dxfs_defer.c400 case XFS_LI_BUF: in xfs_defer_save_resources()
Dxfs_bmap.c277 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()