Home
last modified time | relevance | path

Searched refs:s_sb_block (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dext2_fs_sb.h88 unsigned long s_sb_block; member
Dext3_fs_sb.h47 ext3_fsblk_t s_sb_block; member
/linux-2.6.39/fs/ext2/
Dsuper.c224 if (sbi->s_sb_block != 1) in ext2_show_options()
225 seq_printf(seq, ",sb=%lu", sbi->s_sb_block); in ext2_show_options()
778 sbi->s_sb_block = sb_block; in ext2_fill_super()
/linux-2.6.39/fs/ext3/
Dsuper.c611 if (sbi->s_sb_block != 1) in ext3_show_options()
612 seq_printf(seq, ",sb=%lu", sbi->s_sb_block); in ext3_show_options()
1653 sbi->s_sb_block = sb_block; in ext3_fill_super()
/linux-2.6.39/fs/ext4/
Dsuper.c985 if (sbi->s_sb_block != 1) in ext4_show_options()
986 seq_printf(seq, ",sb=%llu", sbi->s_sb_block); in ext4_show_options()
3072 sbi->s_sb_block = sb_block; in ext4_fill_super()
Dext4.h1093 ext4_fsblk_t s_sb_block; member