HomeSort by relevance Sort by last modified time
    Searched defs:fstype (Results 1 - 17 of 17) sorted by null

  /external/strace/tests/
mount.c 50 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_REMOUNT, data)
    [all...]
  /external/strace/tests-m32/
mount.c 50 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_REMOUNT, data)
    [all...]
  /external/strace/tests-mx32/
mount.c 50 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_REMOUNT, data)
    [all...]
  /external/ltp/testcases/kernel/syscalls/mount/
mount05.c 46 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 if (mount(device, mntpoint_src, fstype, 0, NULL) == -1)
  /external/syslinux/extlinux/
mountinfo.h 23 const char *fstype; member in struct:mountinfo
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixMountEntry.java 35 private byte[] fstype; // ufs, nfs, ... field in class:UnixMountEntry
49 String fstype() { method in class:UnixMountEntry
51 fstypeAsString = Util.toString(fstype);
  /external/toybox/toys/other/
blkid.c 8 USE_FSTYPE(NEWTOY(fstype, "<1", TOYFLAG_BIN))
18 config FSTYPE
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
  /libcore/ojluni/src/main/native/
LinuxNativeDispatcher.c 76 entry_fstype = (*env)->GetFieldID(env, clazz, "fstype", "[B");
184 char* fstype; local
192 fstype = m->mnt_type;
209 len = strlen(fstype);
213 (*env)->SetByteArrayRegion(env, bytes, 0, len, (jbyte*)fstype);
  /external/selinux/checkpolicy/
checkpolicy.c 389 char ans[80 + 1], *outfile = NULL, *path, *fstype; local
1001 printf("fstype? ");
1025 printf("fstype? ");
1028 fstype = strdup(ans);
1055 sepol_genfs_sid(fstype, path, tclass, &ssid);
1057 free(fstype);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (fstype && strcmp(fstype, "debugfs") == 0) {
  /external/syslinux/core/fs/fat/
fat_fs.h 58 uint8_t fstype[8]; member in struct:fat_bpb::__anon33660::__anon33661
74 uint8_t fstype[8]; member in struct:fat_bpb::__anon33660::__anon33662
  /external/e2fsprogs/misc/
fsck.c 12 * 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] [fs-options] [filesys ...]\n"), stderr)
    [all...]
  /system/update_engine/common/
utils.cc 669 for (const char* fstype : fstypes) {
670 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags,
676 << " on " << mountpoint << " as " << fstype; local
    [all...]
  /external/selinux/libsepol/src/
kernel_to_cil.c 2577 char *fstype, *name, *ctx; local
    [all...]
kernel_to_conf.c 2437 char *fstype, *name, *ctx; local
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 337 char *name; /* name of initial SID, fs, netif, fstype, path */
372 char *fstype; member in struct:genfs
  /external/toybox/generated/
globals.h 1054 struct arg_list *fstype; member in struct:df_data

Completed in 628 milliseconds