Searched refs:Ext2Descriptors (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dext2ed.conf.in7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
H A Dext2ed.h187 extern char Ext2Descriptors [200];
H A Dmain.c56 char Ext2Descriptors [200]="ext2.descriptors"; /* The location of the ext2 filesystem object definition */ variable
H A Dinit.c407 if (!set_struct_descriptors (Ext2Descriptors))
499 if (strcasecmp (option,"Ext2Descriptors")==0) {
500 strcpy (Ext2Descriptors,value);

Completed in 666 milliseconds