Lines Matching refs:xfs_mount
109 struct xfs_mount;
116 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
120 int xfs_log_force(struct xfs_mount *mp, uint flags);
121 int xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
123 int xfs_log_mount(struct xfs_mount *mp,
127 int xfs_log_mount_finish(struct xfs_mount *mp);
128 int xfs_log_mount_cancel(struct xfs_mount *);
129 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
130 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
131 void xfs_log_space_wake(struct xfs_mount *mp);
134 int xfs_log_release_iclog(struct xfs_mount *mp,
136 int xfs_log_reserve(struct xfs_mount *mp,
142 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
143 void xfs_log_unmount(struct xfs_mount *mp);
144 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
149 void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
153 void xfs_log_work_queue(struct xfs_mount *mp);
154 void xfs_log_quiesce(struct xfs_mount *mp);
155 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
156 bool xfs_log_in_recovery(struct xfs_mount *);