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

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

Revision 1.1, Sat Nov 13 00:44:34 1993 UTC (23 years, 11 months ago) by ajs
Branch: MAIN

Initial revision

#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 */




#endif	/* _XFS_INODE_ITEM_H */