Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dext.c35 struct ext2_super_block *es; in volume_id_probe_ext() local
39 es = volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_ext()
40 if (es == NULL) in volume_id_probe_ext()
43 if (es->s_magic != cpu_to_le16(EXT2_SUPER_MAGIC)) { in volume_id_probe_ext()
50 volume_id_set_label_string(id, (void*)es->s_volume_name, 16); in volume_id_probe_ext()
51 volume_id_set_uuid(id, es->s_uuid, UUID_DCE); in volume_id_probe_ext()
55 …if ((es->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_HUGE_FILE | EXT4_FEATURE_RO_COMP… in volume_id_probe_ext()
56 …|| (es->s_feature_incompat & cpu_to_le32(EXT4_FEATURE_INCOMPAT_EXTENTS | EXT4_FEATURE_INCOMPAT_64B… in volume_id_probe_ext()
60 else if (es->s_feature_compat & cpu_to_le32(EXT3_FEATURE_COMPAT_HAS_JOURNAL)) in volume_id_probe_ext()
/busybox-1.35.0/scripts/kconfig/
Dmenu.c250 struct symbol *es = prop_get_symbol(prop); in menu_finalize() local
251 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
/busybox-1.35.0/
DAUTHORS160 Enrique Zanardi <ezanardi@ull.es>
/busybox-1.35.0/docs/
Dbusybox_footer.pod244 Enrique Zanardi <ezanardi@ull.es>
Dstyle-guide.txt26 - commented author name and email address(es)