Searched defs:fstype (Results 1 - 25 of 29) sorted by relevance

12

/external/strace/tests/
H A Dmount.c50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUN
[all...]
/external/strace/tests-m32/
H A Dmount.c50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUN
[all...]
/external/strace/tests-mx32/
H A Dmount.c50 static const char fstype[] = "mount_fstype"; local
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUN
[all...]
/external/syslinux/extlinux/
H A Dmountinfo.h23 const char *fstype; member in struct:mountinfo
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount05.c46 static char *fstype = "ext2"; variable
54 {"T:", NULL, &fstype},
71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL));
107 tst_mkfs(NULL, device, fstype, NULL, NULL);
109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL);
/external/iproute2/lib/
H A Dfs.c33 /* return mount path of first occurrence of given fstype */
37 char fstype[128]; /* max length of any filesystem name */ local
49 path, fstype) == 2) {
50 if (strcmp(fstype, fs_to_find) == 0) {
H A Dbpf.c538 static const char *bpf_find_mntpt(const char *fstype, unsigned long magic, argument
564 if (strcmp(type, fstype) == 0)
569 if (strcmp(type, fstype) != 0)
/external/toybox/toys/other/
H A Dblkid.c8 USE_FSTYPE(NEWTOY(fstype, "<1", TOYFLAG_BIN))
19 bool "fstype"
22 usage: fstype DEV...
30 struct fstype { struct
36 static const struct fstype fstypes[] = {
75 for (i=0; i < sizeof(fstypes)/sizeof(struct fstype); i++) {
109 // Output for fstype
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c182 bool test_unpriv_remount(const char *fstype, const char *mount_options, argument
216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
218 fstype,
/external/syslinux/linux/
H A Dsyslinux.c106 int do_mount(int dev_fd, int *cookie, const char *mntpath, const char *fstype) argument
151 return mount(devfdname, mntpath, fstype,
175 execl(_PATH_MOUNT, _PATH_MOUNT, "-t", fstype, "-o", mnt_opts,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (fstype && strcmp(fstype, "debugfs") == 0) {
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (fstype && strcmp(fstype, "debugfs") == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (fstype && strcmp(fstype, "debugfs") == 0) {
/external/selinux/checkpolicy/
H A Dcheckpolicy.c390 char ans[80 + 1], *outfile = NULL, *path, *fstype; local
1004 printf("fstype? ");
1028 printf("fstype? ");
1031 fstype = strdup(ans);
1058 sepol_genfs_sid(fstype, path, tclass, &ssid);
1060 free(fstype);
H A Dpolicy_define.c5533 int define_genfs_context_helper(char *fstype, int has_type) argument
5546 free(fstype);
5556 if (strcmp(fstype, genfs->fstype) <= 0)
5560 if (!genfs || strcmp(fstype, genfs->fstype)) {
5567 newgenfs->fstype = fstype;
5575 free(fstype);
5576 fstype
[all...]
/external/syslinux/core/fs/fat/
H A Dfat_fs.h58 uint8_t fstype[8]; member in struct:fat_bpb::__anon23765::__anon23766
74 uint8_t fstype[8]; member in struct:fat_bpb::__anon23765::__anon23767
/external/e2fsprogs/misc/
H A Dfsck.c12 * o Changed -t fstype to behave like with mount when -A (all file
120 static char *fstype = NULL; variable
711 else if (fstype && strncmp(fstype, "no", 2) &&
712 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
713 !strchr(fstype, ','))
714 type = fstype;
892 * If a specific fstype is specified, and it doesn't match,
1078 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [f
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1793 int blkid_known_fstype(const char *fstype) argument
1798 if (strcmp(fstype, id->bim_type) == 0)
/external/selinux/libsepol/src/
H A Dkernel_to_cil.c2577 char *fstype, *name, *ctx; local
2587 fstype = genfs->fstype;
2597 fstype, name, ctx);
H A Dkernel_to_conf.c2437 char *fstype, *name, *ctx; local
2447 fstype = genfs->fstype;
2457 fstype, name, ctx);
H A Dservices.c2261 int hidden sepol_genfs_sid(const char *fstype, argument
2272 cmp = strcmp(fstype, genfs->fstype);
2308 int hidden sepol_fs_use(const char *fstype, argument
2316 if (strcmp(fstype, c->u.name) == 0)
2332 rc = sepol_genfs_sid(fstype, "/", SECCLASS_DIR, sid);
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h340 char *name; /* name of initial SID, fs, netif, fstype, path */
384 char *fstype; member in struct:genfs
/external/toybox/generated/
H A Dglobals.h1052 struct arg_list *fstype; member in struct:df_data
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 924 milliseconds

12