Home
last modified time | relevance | path

Searched defs:reiserfs_sb_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h360 struct reiserfs_sb_info struct
362 struct buffer_head * s_sbh; /* Buffer containing the super block */
365 struct reiserfs_super_block * s_rs; /* Pointer to the super block in the buffer */
366 struct reiserfs_bitmap_info * s_ap_bitmap;
367 struct reiserfs_journal *s_journal ; /* pointer to journal information */
368 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */
371 void (*end_io_handler)(struct buffer_head *, int);
372 hashf_t s_hash_function; /* pointer to function which is used
375 unsigned long s_mount_opt; /* reiserfs's mount options are set
379 struct { /* This is a structure that describes block allocator options */
[all …]