Home
last modified time | relevance | path

Searched refs:xa_mount (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_trans_ail.c332 xfs_mount_t *mp = ailp->xa_mount; in xfsaild_push()
563 if (!lip || XFS_FORCED_SHUTDOWN(ailp->xa_mount) || in xfs_ail_push()
676 if (!XFS_FORCED_SHUTDOWN(ailp->xa_mount)) in xfs_trans_ail_update_bulk()
677 xlog_assign_tail_lsn_locked(ailp->xa_mount); in xfs_trans_ail_update_bulk()
680 xfs_log_space_wake(ailp->xa_mount); in xfs_trans_ail_update_bulk()
723 struct xfs_mount *mp = ailp->xa_mount; in xfs_trans_ail_delete_bulk()
744 if (!XFS_FORCED_SHUTDOWN(ailp->xa_mount)) in xfs_trans_ail_delete_bulk()
745 xlog_assign_tail_lsn_locked(ailp->xa_mount); in xfs_trans_ail_delete_bulk()
750 xfs_log_space_wake(ailp->xa_mount); in xfs_trans_ail_delete_bulk()
766 ailp->xa_mount = mp; in xfs_trans_ail_init()
[all …]
Dxfs_trans_priv.h68 struct xfs_mount *xa_mount; member
Dxfs_trans.c835 ASSERT(XFS_FORCED_SHUTDOWN(ailp->xa_mount)); in xfs_trans_committed_bulk()