Home
last modified time | relevance | path

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

/fs/ext4/
Dsuper.c3430 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
3431 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
3432 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
3434 if (!s_mount_opts) in ext4_fill_super()
3436 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()
3440 s_mount_opts); in ext4_fill_super()
3442 kfree(s_mount_opts); in ext4_fill_super()
4147 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4148 sbi->s_es->s_mount_opts, in ext4_fill_super()
4149 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
Dext4.h1253 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1254 __u8 s_mount_opts[64]; member