xfs_log.h (71e330b593905e40d6c5afa824d38ee02d70ce5f) | xfs_log.h (ccf7c23fc129e75ef60e6f59f60a485b7a056598) |
---|---|
1/* 2 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * --- 184 unchanged lines hidden (view full) --- 193struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); 194void xfs_log_ticket_put(struct xlog_ticket *ticket); 195 196xlog_tid_t xfs_log_get_trans_ident(struct xfs_trans *tp); 197 198int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp, 199 struct xfs_log_vec *log_vector, 200 xfs_lsn_t *commit_lsn, int flags); | 1/* 2 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation. 8 * --- 184 unchanged lines hidden (view full) --- 193struct xlog_ticket *xfs_log_ticket_get(struct xlog_ticket *ticket); 194void xfs_log_ticket_put(struct xlog_ticket *ticket); 195 196xlog_tid_t xfs_log_get_trans_ident(struct xfs_trans *tp); 197 198int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp, 199 struct xfs_log_vec *log_vector, 200 xfs_lsn_t *commit_lsn, int flags); |
201bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip); |
|
201 202#endif 203 204 205extern int xlog_debug; /* set to 1 to enable real log */ 206 207 208#endif /* __XFS_LOG_H__ */ | 202 203#endif 204 205 206extern int xlog_debug; /* set to 1 to enable real log */ 207 208 209#endif /* __XFS_LOG_H__ */ |