[BACK]Return to xfs_inode_item.h CVS log [TXT][DIR] Up to [Development] / xfs-linux

File: [Development] / xfs-linux / xfs_inode_item.h (download)

Revision 1.2, Sat Nov 13 02:00:59 1993 UTC (23 years, 11 months ago) by ajs
Branch: MAIN
Changes since 1.1: +1 -0 lines

More flags for logging inodes.

#ifndef	_XFS_INODE_ITEM_H
#define	_XFS_INODE_ITEM_H



/*
 * Flags for xfs_trans_log_inode flags field.
 */
#define	XFS_ILOG_META	0x001	/* log standard inode fields */
#define	XFS_ILOG_DATA	0x002	/* log iu_data */
#define	XFS_ILOG_EXT	0x004	/* log iu_extents */
#define	XFS_ILOG_BROOT	0x008	/* log i_broot */
#define	XFS_ILOG_DEV	0x010	/* log the dev field */




#endif	/* _XFS_INODE_ITEM_H */