Lines Matching refs:xfs_mount
101 struct xfs_mount;
108 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
112 int xfs_log_force(struct xfs_mount *mp, uint flags);
113 int xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
115 int xfs_log_mount(struct xfs_mount *mp,
119 int xfs_log_mount_finish(struct xfs_mount *mp);
120 void xfs_log_mount_cancel(struct xfs_mount *);
121 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
122 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
123 void xfs_log_space_wake(struct xfs_mount *mp);
124 int xfs_log_release_iclog(struct xfs_mount *mp,
126 int xfs_log_reserve(struct xfs_mount *mp,
132 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
133 void xfs_log_unmount(struct xfs_mount *mp);
134 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
139 void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
144 void xfs_log_work_queue(struct xfs_mount *mp);
145 void xfs_log_quiesce(struct xfs_mount *mp);
146 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
147 bool xfs_log_in_recovery(struct xfs_mount *);