Lines Matching refs:xfs_mount
122 struct xfs_mount;
130 int xfs_log_force(struct xfs_mount *mp, uint flags);
131 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
133 int xfs_log_mount(struct xfs_mount *mp,
137 int xfs_log_mount_finish(struct xfs_mount *mp);
138 void xfs_log_mount_cancel(struct xfs_mount *);
139 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
140 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
141 void xfs_log_space_wake(struct xfs_mount *mp);
142 int xfs_log_reserve(struct xfs_mount *mp, int length, int count,
144 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
145 void xfs_log_unmount(struct xfs_mount *mp);
146 bool xfs_log_writable(struct xfs_mount *mp);
154 void xfs_log_work_queue(struct xfs_mount *mp);
155 int xfs_log_quiesce(struct xfs_mount *mp);
156 void xfs_log_clean(struct xfs_mount *mp);
157 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
164 int xfs_attr_use_log_assist(struct xfs_mount *mp);