xfs_log.h (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) | xfs_log.h (60e5bb7844ec75a2f54ea76d8ceec5c79172ce7e) |
---|---|
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 * --- 115 unchanged lines hidden (view full) --- 124struct xfs_log_item; 125struct xfs_item_ops; 126struct xfs_trans; 127 128xfs_lsn_t xfs_log_done(struct xfs_mount *mp, 129 struct xlog_ticket *ticket, 130 struct xlog_in_core **iclog, 131 bool regrant); | 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 * --- 115 unchanged lines hidden (view full) --- 124struct xfs_log_item; 125struct xfs_item_ops; 126struct xfs_trans; 127 128xfs_lsn_t xfs_log_done(struct xfs_mount *mp, 129 struct xlog_ticket *ticket, 130 struct xlog_in_core **iclog, 131 bool regrant); |
132int _xfs_log_force(struct xfs_mount *mp, 133 uint flags, 134 int *log_forced); 135void xfs_log_force(struct xfs_mount *mp, 136 uint flags); | 132int xfs_log_force(struct xfs_mount *mp, uint flags); |
137int _xfs_log_force_lsn(struct xfs_mount *mp, 138 xfs_lsn_t lsn, 139 uint flags, 140 int *log_forced); 141void xfs_log_force_lsn(struct xfs_mount *mp, 142 xfs_lsn_t lsn, 143 uint flags); 144int xfs_log_mount(struct xfs_mount *mp, --- 35 unchanged lines hidden --- | 133int _xfs_log_force_lsn(struct xfs_mount *mp, 134 xfs_lsn_t lsn, 135 uint flags, 136 int *log_forced); 137void xfs_log_force_lsn(struct xfs_mount *mp, 138 xfs_lsn_t lsn, 139 uint flags); 140int xfs_log_mount(struct xfs_mount *mp, --- 35 unchanged lines hidden --- |