Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_trans_ail.c362 xfs_mount_t *mp = ailp->xa_mount; in xfsaild_push()
585 if (!lip || XFS_FORCED_SHUTDOWN(ailp->xa_mount) || in xfs_ail_push()
672 if (mlip_changed && !XFS_FORCED_SHUTDOWN(ailp->xa_mount)) { in xfs_trans_ail_update_bulk()
673 xlog_assign_tail_lsn(ailp->xa_mount); in xfs_trans_ail_update_bulk()
674 xfs_log_space_wake(ailp->xa_mount); in xfs_trans_ail_update_bulk()
714 struct xfs_mount *mp = ailp->xa_mount; in xfs_trans_ail_delete_bulk()
734 if (mlip_changed && !XFS_FORCED_SHUTDOWN(ailp->xa_mount)) { in xfs_trans_ail_delete_bulk()
735 xlog_assign_tail_lsn(ailp->xa_mount); in xfs_trans_ail_delete_bulk()
736 xfs_log_space_wake(ailp->xa_mount); in xfs_trans_ail_delete_bulk()
764 ailp->xa_mount = mp; in xfs_trans_ail_init()
[all …]
Dxfs_trans_priv.h66 struct xfs_mount *xa_mount; member
Dxfs_trans.c1294 ASSERT(XFS_FORCED_SHUTDOWN(ailp->xa_mount)); in xfs_trans_committed_bulk()