| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright 1996, 1997, 1998 Hans Reiser, see reiserfs/README for licensing and copyright details | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef _LINUX_REISER_FS_H
 | 
					
						
							|  |  |  | #define _LINUX_REISER_FS_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/types.h>
 | 
					
						
							| 
									
										
										
										
											2006-09-24 11:13:19 -04:00
										 |  |  | #include <linux/magic.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *  include/linux/reiser_fs.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *  Reiser File System constants and structures | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-03 19:40:03 +05:30
										 |  |  | /* ioctl's command */ | 
					
						
							|  |  |  | #define REISERFS_IOC_UNPACK		_IOW(0xCD,1,long)
 | 
					
						
							|  |  |  | /* define following flags to be the same as in ext2, so that chattr(1),
 | 
					
						
							|  |  |  |    lsattr(1) will work with us. */ | 
					
						
							|  |  |  | #define REISERFS_IOC_GETFLAGS		FS_IOC_GETFLAGS
 | 
					
						
							|  |  |  | #define REISERFS_IOC_SETFLAGS		FS_IOC_SETFLAGS
 | 
					
						
							|  |  |  | #define REISERFS_IOC_GETVERSION		FS_IOC_GETVERSION
 | 
					
						
							|  |  |  | #define REISERFS_IOC_SETVERSION		FS_IOC_SETVERSION
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-07-12 20:21:28 -07:00
										 |  |  | #endif				/* _LINUX_REISER_FS_H */
 |