Subversion Repositories HelenOS

Rev

Rev 2364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2364 Rev 2401
Line 112... Line 112...
112
#define V2_INODES_PER_BLOCK (BLOCK_SIZE/V2_INODE_SIZE)/* # V2 dsk inodes/blk */
112
#define V2_INODES_PER_BLOCK (BLOCK_SIZE/V2_INODE_SIZE)/* # V2 dsk inodes/blk */
113
 
113
 
114
 
114
 
115
/* Filesystem supported operations. */
115
/* Filesystem supported operations. */
116
#define FS_NEW_CONSUMER (FIRST_USER_METHOD + 50)    /* this is not file system system call */
116
#define FS_NEW_CONSUMER (FIRST_USER_METHOD + 50)    /* this is not file system system call */
-
 
117
#define FS_DROP_CONSUMER (FS_NEW_CONSUMER + 1)      /* drops connected consument */  
117
 
118
 
118
#define FS_BASE     FIRST_USER_METHOD  
119
#define FS_BASE     FIRST_USER_METHOD  
119
#define FS_NOSYS    (0 + FS_BASE)
120
#define FS_NOSYS    (0 + FS_BASE)
120
#define FS_OPEN     (1 + FS_BASE)
121
#define FS_OPEN     (1 + FS_BASE)
121
#define FS_SEEK     (2 + FS_BASE)
122
#define FS_SEEK     (2 + FS_BASE)