Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1488 xfs_buf_lock(mp->m_sb_bp); in xfs_sync_sb_buf()
1489 error = xfs_bwrite(mp->m_sb_bp); in xfs_sync_sb_buf()
1490 xfs_buf_unlock(mp->m_sb_bp); in xfs_sync_sb_buf()
/linux/fs/xfs/
H A Dxfs_mount.h158 struct xfs_buf *m_sb_bp; /* buffer for superblock */ member
H A Dxfs_trans_buf.c203 return __xfs_trans_getsb(tp, tp->t_mountp->m_sb_bp); in xfs_trans_getsb()
H A Dxfs_log.c979 xfs_buf_lock(mp->m_sb_bp); in xfs_log_quiesce()
980 xfs_buf_unlock(mp->m_sb_bp); in xfs_log_quiesce()
H A Dxfs_rtalloc.c850 xfs_update_rtsb(rtsb_bp, mp->m_sb_bp); in xfs_growfs_rt_init_rtsb()
H A Dxfs_log_recover.c3368 struct xfs_buf *bp = mp->m_sb_bp; in xlog_do_recover()