Home
last modified time | relevance | path

Searched refs:s_mount_opts (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ext4/
Dext4.h1113 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1114 __u8 s_mount_opts[64]; member
Dsuper.c3214 if (!parse_options((char *) sbi->s_es->s_mount_opts, sb, in ext4_fill_super()
3218 sbi->s_es->s_mount_opts); in ext4_fill_super()
3805 "Opts: %s%s%s", descr, sbi->s_es->s_mount_opts, in ext4_fill_super()
3806 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()