Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtst_super_size.c135 check_field(s_mount_opts, 64); in main()
Dext2_fs.h731 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
732 __u8 s_mount_opts[64]; member
/external/e2fsprogs/lib/e2p/
Dls.c261 if (sb->s_mount_opts[0]) in list_super2()
262 fprintf(f, "Mount options: %s\n", sb->s_mount_opts); in list_super2()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h642 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
643 __u8 s_mount_opts[64]; member
/external/e2fsprogs/misc/
Dtune2fs.c2040 if (strlen(arg) >= sizeof(fs->super->s_mount_opts)) { in parse_extended_opts()
3177 strncpy((char *)(fs->super->s_mount_opts), ext_mount_opts, in main()
3178 sizeof(fs->super->s_mount_opts)); in main()
3179 fs->super->s_mount_opts[sizeof(fs->super->s_mount_opts)-1] = 0; in main()
/external/e2fsprogs/debugfs/
Dset_fields.c153 { "mount_opts", &set_sb.s_mount_opts, NULL, 64, parse_string },