Lines Matching defs:reiserfs_sb_info
518 struct reiserfs_sb_info { struct
520 struct buffer_head *s_sbh;
523 struct reiserfs_super_block *s_rs;
524 struct reiserfs_bitmap_info *s_ap_bitmap;
527 struct reiserfs_journal *s_journal;
529 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */
532 struct mutex lock;
535 struct task_struct *lock_owner;
538 int lock_depth;
540 struct workqueue_struct *commit_wq;
543 void (*end_io_handler) (struct buffer_head *, int);
549 hashf_t s_hash_function;
552 unsigned long s_mount_opt;
555 struct {
579 } s_alloc_options;
582 wait_queue_head_t s_wait;
584 atomic_t s_generation_counter;
587 unsigned long s_properties;
590 int s_disk_reads;
591 int s_disk_writes;
592 int s_fix_nodes;
593 int s_do_balance;
594 int s_unneeded_left_neighbor;
595 int s_good_search_by_key_reada;
596 int s_bmaps;
597 int s_bmaps_without_search;
598 int s_direct2indirect;
599 int s_indirect2direct;
606 int s_is_unlinked_ok;
608 reiserfs_proc_info_data_t s_proc_info_data;
609 struct proc_dir_entry *procdir;
612 int reserved_blocks;
616 spinlock_t bitmap_lock;
617 struct dentry *priv_root; /* root of /.reiserfs_priv */
618 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */
619 int j_errno;
621 int work_queued; /* non-zero delayed work is queued */
622 struct delayed_work old_work; /* old transactions flush delayed work */
623 spinlock_t old_work_lock; /* protects old_work and work_queued */
626 char *s_qf_names[REISERFS_MAXQUOTAS];
627 int s_jquota_fmt;
629 char *s_jdev; /* Stored jdev for mount option showing */
638 struct tree_balance *cur_tb;