Searched refs:XFS_LI_BUF (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans_buf.c | 39 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 D | xfs_buf_item.c | 720 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init() 727 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init() 755 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
|
H A D | xfs_buf_item_recover.c | 990 .item_type = XFS_LI_BUF,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans_buf.c | 39 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 D | xfs_buf_item.c | 844 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init() 851 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops); in xfs_buf_item_init() 879 bip->bli_formats[i].blf_type = XFS_LI_BUF; in xfs_buf_item_init()
|
H A D | xfs_buf_item_recover.c | 1009 .item_type = XFS_LI_BUF,
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 233 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro 249 { XFS_LI_BUF, "XFS_LI_BUF" }, \
|
H A D | xfs_defer.c | 255 case XFS_LI_BUF: in xfs_defer_trans_roll()
|
H A D | xfs_bmap.c | 250 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 234 #define XFS_LI_BUF 0x123c /* v2 bufs, variable sized inode bufs */ macro 252 { XFS_LI_BUF, "XFS_LI_BUF" }, \
|
H A D | xfs_defer.c | 294 case XFS_LI_BUF: in xfs_defer_save_resources()
|
H A D | xfs_bmap.c | 251 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()
|
Completed in 29 milliseconds