Home
last modified time | relevance | path

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

/linux-4.4.14/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.c270 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()
/linux-4.4.14/fs/xfs/
Dxfs_buf_item.c768 if (lip != NULL && lip->li_type == XFS_LI_BUF) in xfs_buf_item_init()
772 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.c53 if (blip->bli_item.li_type == XFS_LI_BUF && in xfs_trans_buf_item_match()
371 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_brelse()
Dxfs_log_recover.c1515 case XFS_LI_BUF: in xlog_recover_reorder_trans()
3242 case XFS_LI_BUF: in xlog_recover_ra_pass2()
3268 case XFS_LI_BUF: in xlog_recover_commit_pass1()
3297 case XFS_LI_BUF: in xlog_recover_commit_pass2()