Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
De4defrag.c243 if (strcmp(mnt->mnt_type, FS_EXT4) == 0) { in get_mount_point()
266 char *mnt_type = NULL; in is_ext4() local
310 mnt_type = realloc(mnt_type, strlen(mnt->mnt_type) + 1); in is_ext4()
311 if (mnt_type == NULL) { in is_ext4()
315 memset(mnt_type, 0, strlen(mnt->mnt_type) + 1); in is_ext4()
316 strncpy(mnt_type, mnt->mnt_type, strlen(mnt->mnt_type)); in is_ext4()
322 if (mnt_type && strcmp(mnt_type, FS_EXT4) == 0) { in is_ext4()
323 FREE(mnt_type); in is_ext4()
326 FREE(mnt_type); in is_ext4()
De4crypt.c621 if (strcmp(mnt->mnt_type, "ext4") || in get_default_salts()
/third_party/musl/src/misc/
Dmntent.c54 mnt->mnt_type = linebuf+n[4]; in getmntent_r()
70 mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, mnt->mnt_opts, in addmntent()
/third_party/musl/ndk_musl_include/
Dmntent.h26 char *mnt_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmntent.h25 char *mnt_type; member
/third_party/musl/include/
Dmntent.h26 char *mnt_type; member
/third_party/musl/porting/uniproton/kernel/include/
Dmntent.h26 char *mnt_type; member
/third_party/musl/porting/liteos_m/kernel/include/
Dmntent.h26 char *mnt_type; member
/third_party/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()
/third_party/ltp/lib/
Dtst_cgroup.c356 static void cgroup_root_scan(const char *const mnt_type, in cgroup_root_scan() argument
369 if (!strcmp(mnt_type, "cgroup")) in cgroup_root_scan()
458 if (strncmp(mnt->mnt_type, "cgroup", 6)) in tst_cgroup_scan()
461 cgroup_root_scan(mnt->mnt_type, mnt->mnt_dir, mnt->mnt_opts); in tst_cgroup_scan()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c181 if (strcmp(entp->mnt_type, "fuse") == 0 || in count_fuse_fs()
182 strncmp(entp->mnt_type, "fuse.", 5) == 0) in count_fuse_fs()
/third_party/toybox/lib/
Dportability.c164 strlen(me->mnt_dir) + strlen(me->mnt_type) + strlen(me->mnt_opts) + 4); in xgetmountlist()
175 mt->dir = stpcpy(mt->type, me->mnt_type)+1; in xgetmountlist()
/third_party/glib/gio/
Dgunixmounts.c630 mntent->mnt_type, in _g_get_unix_mounts()
1157 if ((mntent->mnt_type != NULL && strcmp ("supermount", mntent->mnt_type) == 0) in _g_get_unix_mount_points()
1170 mntent->mnt_type, in _g_get_unix_mount_points()
/third_party/f2fs-tools/tools/
Df2fscrypt.c657 if (strcmp(mnt->mnt_type, "f2fs") || in get_default_salts()