Searched refs:fstype (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/doc_cmds-49/makewhatis/
H A Dmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/macosx-10.10/crontabs-52/files/daily/
H A D110.clean-tmps49 find -dx . -fstype local -type f $args -delete $print
50 find -dx . -fstype local ! -name . -type d $dargs -delete $print
/macosx-10.10/bootp-298/
H A Drc.netboot100 fstype=$2
102 mount -t "${fstype}" -o nosuid,nodev "/dev/${devname}" "${NETBOOT_MOUNT}" 2>&1
125 fstype=afp
130 fstype=nfs
137 mount -t "${fstype}" -o nobrowse "${mount_from}" "${NETBOOT_MOUNT}"
139 echo "mount -t ${fstype} -o nobrowse ${mount_from} ${NETBOOT_MOUNT} failed"
/macosx-10.10/shell_cmds-179/locate/locate/
H A Dupdatedb.sh73 for fstype in $FILESYSTEMS
75 excludes="$excludes $or -fstype $fstype"
/macosx-10.10/autofs-246/automountd/
H A Dautod_mount.c175 * the fstype.
399 mount_generic(char *special, char *fstype, char *opts, int nfsvers, argument
420 trace_prt(1, " mount: %s %s %s %s\n", special, mntpnt, fstype, opts);
460 if (strcmp(fstype, "nfs") == 0) {
638 res = fork_exec(fstype, newargv, sendereuid, asid);
743 fork_exec(char *fstype, char **newargv, uid_t sendereuid, au_asid_t asid) argument
755 * Build the full path name of the fstype dependent command.
756 * If fstype is "url", however, we run our mount_url helper, and,
761 if (strcmp(fstype, "url") == 0) {
764 } else if (strcmp(fstype, "nf
921 do_unmount1(fsid_t mntpnt_fsid, autofs_pathname mntresource, autofs_pathname mntpnt, autofs_component fstype, autofs_opts mntopts) argument
[all...]
H A Dautod_parse.c816 #define FSTYPE "fstype"
817 #define FSTYPE_EQ "fstype="
822 * sets the mapentry's options, fstype and mounter fields by separating
823 * out the fstype part from the opts. Use default options if me->map_mntopts
837 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
867 /* separate opts into fstype and (other) entrypopts */
868 if (!get_opts(opts, entryopts, fstype, sizeof (fstype), &fstype_opt)) {
880 strlcpy(mounter, fstype, sizeof(mounter));
889 if (strcmp(fstype, MNTTYPE_CACHEF
2349 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
2810 char fstype[MAX_FSLEN]; local
[all...]
H A Dautod_main.c708 autofs_component fstype, autofs_opts mntopts, int *status,
726 trace_prt(1, "UNMOUNT REQUEST: resource=%s fstype=%s mntpnt=%s mntopts=%s\n",
727 mntresource, fstype, mntpnt, mntopts);
730 *status = do_unmount1(mntpnt_fsid, mntresource, mntpnt, fstype,
706 autofs_unmount(__unused mach_port_t server, fsid_t mntpnt_fsid, autofs_pathname mntresource, autofs_pathname mntpnt, autofs_component fstype, autofs_opts mntopts, int *status, security_token_t token) argument
H A Dautod_nfs.c1440 char fstype[] = MNTTYPE_LOFS; local
1467 if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
/macosx-10.10/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c637 fsstat_lookup_spec(struct statfs * list_p, int n, dev_t dev, char * fstype) argument
644 if (strcmp(scan->f_fstypename, fstype) == 0
653 fsck_needed(char * devname, char * fstype) argument
663 char *fsckCmd = repairPathForFileSystem(fstype);
843 char *fstype; local
858 fstype = daCreateCStringFromCFString(CFArrayGetValueAtIndex(fsNameArray, 0));
869 ret = foreignProbe(fstype, utilPath, utilArgsFromDict2, devname, isRemovable, isWritable, &fsname);
876 fsname = strdup(fstype);
881 DiskVolume_setFSType(volume,fstype);
893 fs_p = fsstat_lookup_spec(stat_p, stat_number, fs_dev, fstype);
[all...]
/macosx-10.10/autofs-246/mig/
H A Dautofs_prot.defs81 * given fsid with the given fstype, etc..
89 in fstype : autofs_fstype; /* filesystem type to unmount */
/macosx-10.10/vim-55/runtime/syntax/
H A Dmplayerconf.vim58 \ fbmodeconfig forcexv fs fsmode-dontuse fstype
H A Dsamba.vim44 syn keyword sambaKeyword contained force fstype getwd group groups guest
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c904 * -fstype functions --
915 static char fstype[sizeof(sb.f_fstypename)]; local
957 strlcpy(fstype, sb.f_fstypename, sizeof(fstype));
963 return (strncmp(fstype, plan->c_data, sizeof(fstype)) == 0);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete.ianmac294 # to the -fstype option.
313 -fstype)
353 cmin cnewer ctime empty false fstype gid group ilname \
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c339 chkquota(fstype, fsname, mntpt, qnp)
340 char *fstype, *fsname, *mntpt;
355 if(strcmp(fstype, "hfs") == 0)
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dfile_module.c1719 char **tokens, *tmp, **opts, *fstype; local
1727 fstype = NULL;
1761 fstype = opts[i];
1778 item = (si_item_t *)LI_ils_create("L4488sssss44", (unsigned long)si, CATEGORY_FS, 1, va, vb, tokens[0], tokens[1], tokens[2], tokens[3], (fstype == NULL) ? "rw" : fstype, freq, passno);
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_subr.c1082 char *fstype,
1090 AUTOFS_DPRINT((4, "\tauto_send_unmount_request: fstype=%s "
1091 " mntpnt=%s\n", fstype, mntpnt));
1096 mntresource, mntpnt, fstype, mntopts, &status);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_xar.c144 struct archive_string fstype; member in struct:xattr
2009 else if (strcmp(name, "fstype") == 0)
2219 if (strcmp(name, "fstype") == 0)
2692 archive_strncpy(&(xar->xattr->fstype), s, len);
/macosx-10.10/tcsh-65/tcsh/
H A Dcomplete.tcsh161 complete find n/-fstype/"(nfs 4.2)"/ n/-name/f/ \
164 c/-/"(fstype name perm prune type user nouser \
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c3312 char fstype[MFSTYPENAMELEN], *mntfromname = NULL, *path = NULL, *relpath, *p, *cp; local
3387 vfs_name(vnode_mount(vp), fstype); local
3647 error = kernel_mount(fstype, dvp, vp, path, xb_buffer_base(&xbnew), argslength,
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c233 kernel_mount(char *fstype, vnode_t pvp, vnode_t vp, const char *path, argument
261 error = mount_common(fstype, pvp, vp, &nd.ni_cnd, CAST_USER_ADDR_T(data),
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim3580 \ 'pdf_setcolor(': 'resource p, string fstype, string colorspace, float c1, float c2, float c3, float c4 | bool',

Completed in 428 milliseconds