Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_log_format.h221 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro
231 { XFS_LI_BUF, "XFS_LI_BUF" }, \
Dxfs_bmap.c297 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()
/fs/xfs/
Dxfs_buf_item.c772 if (lip != NULL && lip->li_type == XFS_LI_BUF) in xfs_buf_item_init()
776 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init()
797 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
Dxfs_trans_buf.c55 if (blip->bli_item.li_type == XFS_LI_BUF && in xfs_trans_buf_item_match()
441 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_brelse()
Dxfs_log_recover.c1517 case XFS_LI_BUF: in xlog_recover_reorder_trans()
3189 case XFS_LI_BUF: in xlog_recover_ra_pass2()
3215 case XFS_LI_BUF: in xlog_recover_commit_pass1()
3244 case XFS_LI_BUF: in xlog_recover_commit_pass2()