Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dsuper.c233 if (sbi->s_sb_block != 1) in ext2_show_options()
234 seq_printf(seq, ",sb=%lu", sbi->s_sb_block); in ext2_show_options()
812 sbi->s_sb_block = sb_block; in ext2_fill_super()
Dext2.h84 unsigned long s_sb_block; member
/linux-4.4.14/fs/ext4/
Dsuper.c1826 if (sbi->s_sb_block != 1) in _ext4_show_options()
1827 SEQ_OPTS_PRINT("sb=%llu", sbi->s_sb_block); in _ext4_show_options()
3139 sbi->s_sb_block = sb_block; in ext4_fill_super()
Dext4.h1310 ext4_fsblk_t s_sb_block; member