xfs_trans.h (239880ef6454ccff2ba8d762c3f86e8278f0ce1c) | xfs_trans.h (a4fbe6ab1e7abecf42b75e9c73701ed33b4ab03b) |
---|---|
1/* 2 * Copyright (c) 2000-2002,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 * --- 220 unchanged lines hidden (view full) --- 229 xfs_fsblock_t, 230 xfs_extlen_t); 231int xfs_trans_commit(xfs_trans_t *, uint flags); 232int xfs_trans_roll(struct xfs_trans **, struct xfs_inode *); 233void xfs_trans_cancel(xfs_trans_t *, int); 234int xfs_trans_ail_init(struct xfs_mount *); 235void xfs_trans_ail_destroy(struct xfs_mount *); 236 | 1/* 2 * Copyright (c) 2000-2002,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 * --- 220 unchanged lines hidden (view full) --- 229 xfs_fsblock_t, 230 xfs_extlen_t); 231int xfs_trans_commit(xfs_trans_t *, uint flags); 232int xfs_trans_roll(struct xfs_trans **, struct xfs_inode *); 233void xfs_trans_cancel(xfs_trans_t *, int); 234int xfs_trans_ail_init(struct xfs_mount *); 235void xfs_trans_ail_destroy(struct xfs_mount *); 236 |
237void xfs_trans_buf_set_type(struct xfs_trans *, struct xfs_buf *, 238 enum xfs_blft); 239void xfs_trans_buf_copy_type(struct xfs_buf *dst_bp, 240 struct xfs_buf *src_bp); 241 |
|
237extern kmem_zone_t *xfs_trans_zone; 238extern kmem_zone_t *xfs_log_item_desc_zone; 239 240#endif /* __XFS_TRANS_H__ */ | 242extern kmem_zone_t *xfs_trans_zone; 243extern kmem_zone_t *xfs_log_item_desc_zone; 244 245#endif /* __XFS_TRANS_H__ */ |