Searched refs:vfstype (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/diskdev_cmds-576/fsck.tproj/
H A Dfsck.h78 char *vfstype; /* file system type (eg., "hfs" or "msdos") */ member in struct:part
104 void addpart(char *name, char *fsname, char *vfstype);
108 int check_fs(char *vfstype, char *filesys);
H A Dfsck.c192 fprintf (stderr, "part->vfstype: %s\n\n", part->vfstype);
412 part.vfstype = fsp->fs_vfstype;
646 * of the specified vfstype. This will actually spawn the process that does the
662 char* vfstype = part->vfstype; local
668 * If there was a vfstype specified, then we can go ahead and fork/exec
671 if (vfstype) {
685 snprintf(progname, sizeof(progname), "fsck_%s", vfstype);
694 (void)snprintf(execname, sizeof(execname), "%s/fsck_%s", _PATH_SBIN, vfstype);
1079 addpart(char *name, char *fsname, char *vfstype) argument
[all...]
/macosx-10.10.1/diskdev_cmds-576/mount.tproj/
H A Dmount.c120 const char *mntfromname, **vfslist, *vfstype; local
129 vfstype = NULL;
155 vfstype = optarg;
268 vfstype = "nfs";
291 * If update mount not requested, then go with the vfstype and arguments
292 * specified. If no vfstype specified, then error out.
294 if (vfstype == NULL) {
297 rval = mountfs(vfstype,
354 mountfs(vfstype, spec, name, flags, options, mntopts)
355 const char *vfstype, *spe
[all...]
/macosx-10.10.1/autofs-246/automountlib/
H A Dns_fstab.c301 free(static_ent->vfstype);
419 char *vfstype; local
543 vfstype = fs->fs_vfstype;
544 if (vfstype[0] == '\0')
545 vfstype = "nfs";
546 if (strcmp(vfstype, "url") == 0) {
560 fs->fs_spec, vfstype);
589 fst->fst_vfstype = strdup(vfstype);
676 static_ent->vfstype = strdup(vfstype);
[all...]
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h411 char *vfstype; /* fs_vfstype */ member in struct:staticmap
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c2973 me->map_fstype = strdup(static_ent->vfstype);
2976 me->map_mounter = strdup(static_ent->vfstype);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c847 nfs4_ace_vfstype_to_nfstype(uint32_t vfstype, int *errorp) argument
849 switch (vfstype) {

Completed in 178 milliseconds