Home
last modified time | relevance | path

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

/linux/fs/zonefs/
H A Dzonefs.h219 unsigned long s_mount_opts; member
/linux/fs/ext4/
H A Dsuper.c2513 char s_mount_opts[64]; in parse_apply_sb_mount_options() local
2518 if (!sbi->s_es->s_mount_opts[0]) in parse_apply_sb_mount_options()
2521 if (strscpy_pad(s_mount_opts, sbi->s_es->s_mount_opts) < 0) in parse_apply_sb_mount_options()
2535 ret = parse_options(fc, s_mount_opts); in parse_apply_sb_mount_options()
2544 s_mount_opts); in parse_apply_sb_mount_options()
H A Dext4.h1434 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1435 __u8 s_mount_opts[64]; member