Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dsuper.c3792 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
3793 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
3794 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
3796 if (!s_mount_opts) in ext4_fill_super()
3798 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()
3802 s_mount_opts); in ext4_fill_super()
3804 kfree(s_mount_opts); in ext4_fill_super()
4620 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4621 sbi->s_es->s_mount_opts, in ext4_fill_super()
4622 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
Dext4.h1324 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1325 __u8 s_mount_opts[64]; member