• Home
  • Raw
  • Download

Lines Matching defs:reiserfs_sb_info

418 struct reiserfs_sb_info {  struct
419 struct buffer_head *s_sbh; /* Buffer containing the super block */
422 struct reiserfs_super_block *s_rs; /* Pointer to the super block in the buffer */
423 struct reiserfs_bitmap_info *s_ap_bitmap;
424 struct reiserfs_journal *s_journal; /* pointer to journal information */
425 unsigned short s_mount_state; /* reiserfs state (valid, invalid) */
428 struct mutex lock;
430 struct task_struct *lock_owner;
432 int lock_depth;
435 void (*end_io_handler) (struct buffer_head *, int);
436 hashf_t s_hash_function; /* pointer to function which is used
439 unsigned long s_mount_opt; /* reiserfs's mount options are set
443 struct { /* This is a structure that describes block allocator options */
451 } s_alloc_options;
454 wait_queue_head_t s_wait;
456 atomic_t s_generation_counter; // increased by one every time the
458 unsigned long s_properties; /* File system properties. Currently holds
462 int s_disk_reads;
463 int s_disk_writes;
464 int s_fix_nodes;
465 int s_do_balance;
466 int s_unneeded_left_neighbor;
467 int s_good_search_by_key_reada;
468 int s_bmaps;
469 int s_bmaps_without_search;
470 int s_direct2indirect;
471 int s_indirect2direct;
475 int s_is_unlinked_ok;
476 reiserfs_proc_info_data_t s_proc_info_data;
477 struct proc_dir_entry *procdir;
478 int reserved_blocks; /* amount of blocks reserved for further allocations */
479 spinlock_t bitmap_lock; /* this lock on now only used to protect reserved_blocks variable */
480 struct dentry *priv_root; /* root of /.reiserfs_priv */
481 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */
482 int j_errno;
484 int work_queued; /* non-zero delayed work is queued */
485 struct delayed_work old_work; /* old transactions flush delayed work */
486 spinlock_t old_work_lock; /* protects old_work and work_queued */
489 char *s_qf_names[MAXQUOTAS];
490 int s_jquota_fmt;
492 char *s_jdev; /* Stored jdev for mount option showing */
495 struct tree_balance *cur_tb; /*