Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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()
H A 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()
H A Dxfs_buf_item_recover.c1079 .item_type = XFS_LI_BUF,
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h234 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
252 { XFS_LI_BUF, "XFS_LI_BUF" }, \
H A Dxfs_defer.c324 case XFS_LI_BUF: in xfs_defer_save_resources()
H A Dxfs_bmap.c251 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()