Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_trans.h216 struct xfs_buf *xfs_trans_getsb(struct xfs_trans *);
Dxfs_trans_buf.c172 xfs_trans_getsb( in xfs_trans_getsb() function
Dxfs_trans.c482 bp = xfs_trans_getsb(tp); in xfs_trans_apply_sb_deltas()
Dxfs_trace.h652 DEFINE_BUF_ITEM_EVENT(xfs_trans_getsb);
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_sb.c1039 struct xfs_buf *bp = xfs_trans_getsb(tp); in xfs_log_sb()
1188 bp = xfs_trans_getsb(tp); in xfs_sync_sb_buf()
/linux-6.12.1/fs/xfs/scrub/
Drepair.c726 bp = xfs_trans_getsb(sc->tp); in xrep_update_qflags()