Home
last modified time | relevance | path

Searched refs:sb_bp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_rtgroup.h342 const struct xfs_buf *sb_bp);
344 const struct xfs_buf *sb_bp);
363 # define xfs_update_rtsb(bp, sb_bp) ((void)0) argument
364 # define xfs_log_rtsb(tp, sb_bp) (NULL) argument
H A Dxfs_rtgroup.c696 const struct xfs_buf *sb_bp) in xfs_update_rtsb() argument
698 const struct xfs_dsb *dsb = sb_bp->b_addr; in xfs_update_rtsb()
728 const struct xfs_buf *sb_bp) in xfs_log_rtsb() argument
747 xfs_update_rtsb(rtsb_bp, sb_bp); in xfs_log_rtsb()