xfs_trans.h (2fb8b5027dbde32a45edf5f3d7ee082be9261d93) xfs_trans.h (5f6bed76c0c85cb4d04885a5de00b629deee550b)
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 *

--- 484 unchanged lines hidden (view full) ---

493
494void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
495void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
496void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
497void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
498void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
499void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
500void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
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 *

--- 484 unchanged lines hidden (view full) ---

493
494void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
495void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
496void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
497void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
498void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
499void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
500void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
501void xfs_trans_ordered_buf(xfs_trans_t *, struct xfs_buf *);
501void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
502void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
503void xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
504void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
505void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
506void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
507struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
508void xfs_efi_release(struct xfs_efi_log_item *, uint);

--- 25 unchanged lines hidden ---
502void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
503void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
504void xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
505void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
506void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
507void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
508struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
509void xfs_efi_release(struct xfs_efi_log_item *, uint);

--- 25 unchanged lines hidden ---