Lines Matching defs:reiserfs_sb_info

517 struct reiserfs_sb_info {  struct
519 struct buffer_head *s_sbh;
522 struct reiserfs_super_block *s_rs;
523 struct reiserfs_bitmap_info *s_ap_bitmap;
526 struct reiserfs_journal *s_journal;
528 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */
531 struct mutex lock;
534 struct task_struct *lock_owner;
537 int lock_depth;
539 struct workqueue_struct *commit_wq;
542 void (*end_io_handler) (struct buffer_head *, int);
548 hashf_t s_hash_function;
551 unsigned long s_mount_opt;
554 struct {
578 } s_alloc_options;
581 wait_queue_head_t s_wait;
583 atomic_t s_generation_counter;
586 unsigned long s_properties;
589 int s_disk_reads;
590 int s_disk_writes;
591 int s_fix_nodes;
592 int s_do_balance;
593 int s_unneeded_left_neighbor;
594 int s_good_search_by_key_reada;
595 int s_bmaps;
596 int s_bmaps_without_search;
597 int s_direct2indirect;
598 int s_indirect2direct;
605 int s_is_unlinked_ok;
607 reiserfs_proc_info_data_t s_proc_info_data;
608 struct proc_dir_entry *procdir;
611 int reserved_blocks;
615 spinlock_t bitmap_lock;
616 struct dentry *priv_root; /* root of /.reiserfs_priv */
617 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */
618 int j_errno;
620 int work_queued; /* non-zero delayed work is queued */
621 struct delayed_work old_work; /* old transactions flush delayed work */
622 spinlock_t old_work_lock; /* protects old_work and work_queued */
625 char *s_qf_names[REISERFS_MAXQUOTAS];
626 int s_jquota_fmt;
628 char *s_jdev; /* Stored jdev for mount option showing */
637 struct tree_balance *cur_tb;