/system/extras/ext4_utils/ |
ext4_sb.h | 30 struct fs_info { struct 49 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info);
|
ext4_sb.c | 21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info)
|
ext2simg.c | 42 extern struct fs_info info;
|
ext4_utils.h | 119 extern struct fs_info info;
|
make_ext4fs_main.c | 50 extern struct fs_info info;
|
ext4_utils.c | 49 struct fs_info info;
|
/external/e2fsprogs/misc/ |
fsck.h | 40 struct fs_info { struct 48 struct fs_info *next;
|
e2initrd_helper.c | 53 struct fs_info { struct 61 struct fs_info *next; 236 static int parse_fstab_line(char *line, struct fs_info *fs) 285 static void free_fstab_line(struct fs_info *fs) 295 memset(fs, 0, sizeof(struct fs_info)); 340 struct fs_info fs_info; local 354 ret = parse_fstab_line(buf, &fs_info); 358 if (!strcmp(fs_info.mountpt, "/")) 359 printf("%s\n", fs_info.type) [all...] |
fsck.c | 120 static struct fs_info *filesys_info = NULL, *filesys_last = NULL; 150 static int ignore(struct fs_info *); 242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, 246 struct fs_info *fs; 248 if (!(fs = malloc(sizeof(struct fs_info)))) 271 static int parse_fstab_line(char *line, struct fs_info **ret_fs) 274 struct fs_info *fs; 317 static void interpret_type(struct fs_info *fs) 339 struct fs_info *fs; 380 static struct fs_info *lookup(char *filesys [all...] |
/system/core/fs_mgr/ |
fs_mgr_format.c | 31 extern struct fs_info info; /* magic global from ext4_utils */
|
fs_mgr_verity.cpp | 84 extern struct fs_info info;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 255 setInfoResources(R.string.feature_summary, R.string.feature_summary_info, R.layout.fs_info);
|
/system/extras/libfec/ |
fec_open.cpp | 268 fs_info info;
|