Home
last modified time | relevance | path

Searched refs:li_type (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/xfs/
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()
409 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_trans_bdetach()
Dxfs_trans.h37 uint li_type; /* item type */ member
Dxfs_buf_item.c876 ASSERT(bip->bli_item.li_type == XFS_LI_BUF); in xfs_buf_item_init()
Dxfs_log.c1073 item->li_type = type; in xfs_log_item_init()
1948 xfs_warn(mp, " type = 0x%x", lip->li_type); in xlog_print_trans()
Dxfs_log_recover.c1731 if (lip->li_type != intent_type) in xlog_recover_release_intent()
Dxfs_trace.h1320 __entry->type = lip->li_type;
1376 __entry->type = lip->li_type;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree_mem.c239 if (lip->li_type != XFS_LI_BUF) in xfbtree_buf_match()
Dxfs_defer.c399 switch (lip->li_type) { in xfs_defer_save_resources()
Dxfs_bmap.c277 if (bip->bli_item.li_type == XFS_LI_BUF && in xfs_bmap_get_bp()