Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtst_super_size.c135 check_field(s_mount_opts, 64); in main()
Dext2_fs.h755 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
756 /*200*/ __u8 s_mount_opts[64] __nonstring; /* default mount options, no NUL? */ member
/third_party/e2fsprogs/lib/e2p/
Dls.c259 if (sb->s_mount_opts[0]) in list_super2()
261 EXT2_LEN_STR(sb->s_mount_opts)); in list_super2()
/third_party/e2fsprogs/misc/
Dtune2fs.c2232 if (strlen(arg) >= sizeof(fs->super->s_mount_opts)) { in parse_extended_opts()
3426 strncpy((char *)(fs->super->s_mount_opts), ext_mount_opts, in main()
3427 sizeof(fs->super->s_mount_opts)); in main()
3428 fs->super->s_mount_opts[sizeof(fs->super->s_mount_opts)-1] = 0; in main()
/third_party/e2fsprogs/debugfs/
Dset_fields.c159 { "mount_opts", &set_sb.s_mount_opts, NULL, 64, parse_string },