Lines Matching refs:xfs_mount
101 struct xfs_mount;
109 int xfs_log_force(struct xfs_mount *mp, uint flags);
110 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
112 int xfs_log_mount(struct xfs_mount *mp,
116 int xfs_log_mount_finish(struct xfs_mount *mp);
117 void xfs_log_mount_cancel(struct xfs_mount *);
118 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
119 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
120 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 bool xfs_log_writable(struct xfs_mount *mp);
137 void xfs_log_work_queue(struct xfs_mount *mp);
138 int xfs_log_quiesce(struct xfs_mount *mp);
139 void xfs_log_clean(struct xfs_mount *mp);
140 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);