Lines Matching defs:ext3_sb_info

628 struct ext3_sb_info {  struct
629 unsigned long s_frag_size; /* Size of a fragment in bytes */
630 unsigned long s_frags_per_block;/* Number of fragments per block */
631 unsigned long s_inodes_per_block;/* Number of inodes per block */
632 unsigned long s_frags_per_group;/* Number of fragments in a group */
633 unsigned long s_blocks_per_group;/* Number of blocks in a group */
634 unsigned long s_inodes_per_group;/* Number of inodes in a group */
635 unsigned long s_itb_per_group; /* Number of inode table blocks per group */
636 unsigned long s_gdb_count; /* Number of group descriptor blocks */
637 unsigned long s_desc_per_block; /* Number of group descriptors per block */
638 unsigned long s_groups_count; /* Number of groups in the fs */
639 unsigned long s_overhead_last; /* Last calculated overhead */
640 unsigned long s_blocks_last; /* Last seen block count */
641 struct buffer_head * s_sbh; /* Buffer containing the super block */
642 struct ext3_super_block * s_es; /* Pointer to the super block in the buffer */
643 struct buffer_head ** s_group_desc;
644 unsigned long s_mount_opt;
645 ext3_fsblk_t s_sb_block;
646 kuid_t s_resuid;
647 kgid_t s_resgid;
648 unsigned short s_mount_state;
649 unsigned short s_pad;
650 int s_addr_per_block_bits;
651 int s_desc_per_block_bits;
652 int s_inode_size;
653 int s_first_ino;
654 spinlock_t s_next_gen_lock;
655 u32 s_next_generation;
656 u32 s_hash_seed[4];
657 int s_def_hash_version;
658 int s_hash_unsigned; /* 3 if hash should be signed, 0 if not */
659 struct percpu_counter s_freeblocks_counter;
660 struct percpu_counter s_freeinodes_counter;
684 sb_bgl_lock(struct ext3_sb_info *sbi, unsigned int block_group) in sb_bgl_lock() argument