Home
last modified time | relevance | path

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

/linux/fs/xfs/
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()
A Dxfs_buf_item.c801 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init()
808 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init()
836 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
A Dxfs_buf_item_recover.c990 .item_type = XFS_LI_BUF,
/linux/fs/xfs/libxfs/
A Dxfs_log_format.h230 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
246 { XFS_LI_BUF, "XFS_LI_BUF" }, \
A Dxfs_defer.c258 case XFS_LI_BUF: in xfs_defer_save_resources()
A Dxfs_bmap.c253 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()

Completed in 22 milliseconds