Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_mount.c158 ASSERT(mp->m_sb_bp == NULL); in xfs_readsb()
234 mp->m_sb_bp = bp; in xfs_readsb()
1201 struct xfs_buf *bp = mp->m_sb_bp; in xfs_freesb()
1204 mp->m_sb_bp = NULL; in xfs_freesb()
1268 xfs_buf_lock(mp->m_sb_bp); in xfs_add_incompat_log_feature()
1269 xfs_buf_hold(mp->m_sb_bp); in xfs_add_incompat_log_feature()
1284 dsb = mp->m_sb_bp->b_addr; in xfs_add_incompat_log_feature()
1287 error = xfs_bwrite(mp->m_sb_bp); in xfs_add_incompat_log_feature()
1296 xfs_buf_relse(mp->m_sb_bp); in xfs_add_incompat_log_feature()
1303 xfs_buf_relse(mp->m_sb_bp); in xfs_add_incompat_log_feature()
[all …]
Dxfs_fsops.c533 if (mp->m_sb_bp) in xfs_do_force_shutdown()
534 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_do_force_shutdown()
Dxfs_mount.h84 struct xfs_buf *m_sb_bp; /* buffer for superblock */ member
Dxfs_trans_buf.c175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp; in xfs_trans_getsb()
Dxfs_log.c1062 xfs_buf_lock(mp->m_sb_bp); in xfs_log_quiesce()
1063 xfs_buf_unlock(mp->m_sb_bp); in xfs_log_quiesce()
Dxfs_log_recover.c3303 struct xfs_buf *bp = mp->m_sb_bp; in xlog_do_recover()