Lines Matching refs:xfs_mount
121 struct xfs_mount;
129 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
133 int _xfs_log_force(struct xfs_mount *mp,
136 void xfs_log_force(struct xfs_mount *mp,
138 int _xfs_log_force_lsn(struct xfs_mount *mp,
142 void xfs_log_force_lsn(struct xfs_mount *mp,
145 int xfs_log_mount(struct xfs_mount *mp,
149 int xfs_log_mount_finish(struct xfs_mount *mp);
150 int xfs_log_mount_cancel(struct xfs_mount *);
151 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
152 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
153 void xfs_log_space_wake(struct xfs_mount *mp);
154 int xfs_log_notify(struct xfs_mount *mp,
157 int xfs_log_release_iclog(struct xfs_mount *mp,
159 int xfs_log_reserve(struct xfs_mount *mp,
166 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
167 int xfs_log_unmount_write(struct xfs_mount *mp);
168 void xfs_log_unmount(struct xfs_mount *mp);
169 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
170 int xfs_log_need_covered(struct xfs_mount *mp);
177 void xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
181 void xfs_log_work_queue(struct xfs_mount *mp);
183 void xfs_log_quiesce(struct xfs_mount *mp);
184 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);