Home
last modified time | relevance | path

Searched refs:mnt_type (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/misc/
De4defrag.c241 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) { in get_mount_point()
264 char *mnt_type = NULL; in is_ext4() local
308 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1); in is_ext4()
309 if (mnt_type == NULL) { in is_ext4()
313 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1); in is_ext4()
314 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type)); in is_ext4()
320 if (mnt_type && strcmp(mnt_type, FS_EXT4) == 0) { in is_ext4()
321 FREE(mnt_type); in is_ext4()
324 FREE(mnt_type); in is_ext4()
De4crypt.c611 if (strcmp(mnt->mnt_type, "ext4") || in get_default_salts()
/external/syslinux/extlinux/
Dmain.c1052 if (!strcmp(mnt->mnt_type, "btrfs") && in find_device()
1061 if ((!strcmp(mnt->mnt_type, "ext2") || in find_device()
1062 !strcmp(mnt->mnt_type, "ext3") || in find_device()
1063 !strcmp(mnt->mnt_type, "ext4")) && in find_device()
1070 if ((!strcmp(mnt->mnt_type, "vfat")) && in find_device()
1077 if ((!strcmp(mnt->mnt_type, "fuseblk") /* ntfs-3g */ || in find_device()
1078 !strcmp(mnt->mnt_type, "ntfs")) && in find_device()
1087 if (!strcmp(mnt->mnt_type, "xfs") && !stat(mnt->mnt_fsname, &dst) && in find_device()
1096 if (!strcmp(mnt->mnt_type, "ufs") && !stat(mnt->mnt_fsname, &dst) && in find_device()
/external/toybox/lib/
Dgetmountlist.c174 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4); in xgetmountlist()
185 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist()
/external/toybox/toys/pending/
Dfsck.c98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto"); in create_db()
99 else temp->type = xstrdup(f_info->mnt_type); in create_db()
403 mt.mnt_type = "auto"; in fsck_main()
/external/fio/
Dcgroup.c36 if (!strcmp(mnt->mnt_type, "cgroup") && in find_cgroup_mnt()
/external/f2fs-tools/tools/
Df2fscrypt.c651 if (strcmp(mnt->mnt_type, "f2fs") || in get_default_salts()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h395 char *mnt_type; member
Dsanitizer_platform_limits_posix.cc1121 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
Dsanitizer_common_interceptors.inc3589 if (mnt->mnt_type)
3590 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_type,
3591 REAL(strlen)(mnt->mnt_type) + 1);
/external/ppp/pppd/
Dsys-linux.c1431 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0) in path_to_procfs()
1433 if (strcmp(mntent->mnt_type, "proc") == 0) { in path_to_procfs()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2135 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()
2153 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()