patch-2.4.27 linux-2.4.27/fs/xfs/xfs_itable.h
Next file: linux-2.4.27/fs/xfs/xfs_log.c
Previous file: linux-2.4.27/fs/xfs/xfs_itable.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
2004-08-07 16:26:06.131407468 -0700
- Orig file:
linux-2.4.26/fs/xfs/xfs_itable.h
- Orig date:
2004-02-18 05:36:32.000000000 -0800
diff -urN linux-2.4.26/fs/xfs/xfs_itable.h linux-2.4.27/fs/xfs/xfs_itable.h
@@ -39,7 +39,6 @@
* see xfs_bulkstat_one() and xfs_dm_bulkstat_one() in dmapi_xfs.c
*/
typedef int (*bulkstat_one_pf)(struct xfs_mount *mp,
- struct xfs_trans *tp,
xfs_ino_t ino,
void *buffer,
int ubsize,
@@ -69,7 +68,6 @@
int /* error status */
xfs_bulkstat(
xfs_mount_t *mp, /* mount point for filesystem */
- xfs_trans_t *tp, /* transaction pointer */
xfs_ino_t *lastino, /* last inode returned */
int *count, /* size of buffer/count returned */
bulkstat_one_pf formatter, /* func that'd fill a single buf */
@@ -89,7 +87,6 @@
int
xfs_bulkstat_one(
xfs_mount_t *mp,
- xfs_trans_t *tp,
xfs_ino_t ino,
void *buffer,
int ubsize,
@@ -102,7 +99,6 @@
int /* error status */
xfs_inumbers(
xfs_mount_t *mp, /* mount point for filesystem */
- xfs_trans_t *tp, /* transaction pointer */
xfs_ino_t *last, /* last inode returned */
int *count, /* size of buffer/count returned */
xfs_caddr_t buffer);/* buffer with inode descriptions */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)