Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsuper.c3836 if (sbi->s_es->s_mount_opts[0]) { in ext4_fill_super()
3837 char *s_mount_opts = kstrndup(sbi->s_es->s_mount_opts, in ext4_fill_super() local
3838 sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
3840 if (!s_mount_opts) in ext4_fill_super()
3842 if (!parse_options(s_mount_opts, sb, &journal_devnum, in ext4_fill_super()
3846 s_mount_opts); in ext4_fill_super()
3848 kfree(s_mount_opts); in ext4_fill_super()
4590 (int) sizeof(sbi->s_es->s_mount_opts), in ext4_fill_super()
4591 sbi->s_es->s_mount_opts, in ext4_fill_super()
4592 *sbi->s_es->s_mount_opts ? "; " : "", orig_data); in ext4_fill_super()
Dext4.h1314 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1315 __u8 s_mount_opts[64]; member