HomeSort by relevance Sort by last modified time
    Searched refs:s_mount_opts (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tst_super_size.c 135 check_field(s_mount_opts, 64);
ext2_fs.h 731 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
732 __u8 s_mount_opts[64]; member in struct:ext2_super_block
    [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 261 if (sb->s_mount_opts[0])
262 fprintf(f, "Mount options: %s\n", sb->s_mount_opts);
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 642 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
643 __u8 s_mount_opts[64]; member in struct:ext2_super_block
  /external/e2fsprogs/misc/
tune2fs.c     [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 153 { "mount_opts", &set_sb.s_mount_opts, NULL, 64, parse_string },

Completed in 104 milliseconds