Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.h206 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
Dxfs_trans_buf.c191 xfs_trans_getsb(xfs_trans_t *tp, in xfs_trans_getsb() function
Dxfs_trans.c418 bp = xfs_trans_getsb(tp, tp->t_mountp, 0); in xfs_trans_apply_sb_deltas()
Dxfs_trace.h531 DEFINE_BUF_ITEM_EVENT(xfs_trans_getsb);
/fs/xfs/libxfs/
Dxfs_sb.c839 struct xfs_buf *bp = xfs_trans_getsb(tp, mp, 0); in xfs_log_sb()