Lines Matching refs:xfs_mount
101 struct xfs_mount;
108 int xfs_log_force(struct xfs_mount *mp, uint flags);
109 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
111 int xfs_log_mount(struct xfs_mount *mp,
115 int xfs_log_mount_finish(struct xfs_mount *mp);
116 void xfs_log_mount_cancel(struct xfs_mount *);
117 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
118 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
119 void xfs_log_space_wake(struct xfs_mount *mp);
121 int xfs_log_reserve(struct xfs_mount *mp,
127 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
128 void xfs_log_unmount(struct xfs_mount *mp);
129 int xfs_log_force_umount(struct xfs_mount *mp, int logerror);
130 bool xfs_log_writable(struct xfs_mount *mp);
138 void xfs_log_work_queue(struct xfs_mount *mp);
139 void xfs_log_quiesce(struct xfs_mount *mp);
140 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
141 bool xfs_log_in_recovery(struct xfs_mount *);