Searched refs:fstype (Results 101 - 125 of 187) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c132 mntinit(int fstype, char *name) argument
144 mntfstype = fstype;
147 * Associate VFS ops vector with this fstype.
149 error = vfs_setfsops(fstype, mnt_vfsops_template, NULL);
159 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c141 prinit(int fstype, char *name) argument
154 procfstype = fstype;
157 * Associate VFS ops vector with this fstype.
159 error = vfs_setfsops(fstype, pr_vfsops_template, NULL);
171 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h60 enum ig_fstype_t fstype; /* none or pcfs */ member in struct:stage_part
H A Dinstallboot.c250 if (device->target.fstype == IG_FS_ZFS) {
442 if (device->target.fstype == IG_FS_ZFS)
505 if (device->target.fstype == IG_FS_ZFS) {
575 device->target.fstype != IG_FS_PCFS) {
627 /* zero size means the fstype must be zfs */
628 assert(device->target.fstype == IG_FS_ZFS);
644 if (device->target.fstype == IG_FS_PCFS) {
671 if (device->target.fstype == IG_FS_PCFS) {
675 if (device->target.fstype == IG_FS_ZFS)
700 if (device->target.fstype
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c138 static int create_one_notify_file(char *fstype,
636 char *fstype; local
652 fstype = aa[ai]->aa_type;
654 fstype = "unknown";
675 fstype = "none";
722 result = create_one_notify_file(fstype,
736 create_one_notify_file(char *fstype, argument
766 dprintf("\tcreate_one_notify_file(): fstype = %s\n", fstype);
831 fstype);
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade114 RVAL=`$MOUNT -m -F $fstype -o $mntopts $new_special \
132 $MOUNT -m -F $fstype -o $mntopts \
207 $MOUNT -m -F $fstype -o $mntopts $new_special /usr \
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c82 char *fstype; member in struct:sharelist
264 item->fstype = strdup(optarg);
299 if (item != NULL && item->fstype == NULL)
300 item->fstype = strdup("nfs");
347 (item->fstype != NULL && strcmp(item->fstype, proto) == 0)))
349 if (item->fstype == NULL &&
422 item->fstype = strdup(proto);
464 (item->fstype != NULL) ? "-F " : "",
465 (item->fstype !
[all...]
/illumos-gate/usr/src/cmd/dumpadm/
H A Dsvc-dumpadm64 if [ "$fstype" = zfs ] ; then
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A DMakefile30 include ../../Makefile.fstype
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c83 static int devfstype; /* fstype */
128 devfsinit(int fstype, char *name) argument
143 devfstype = fstype;
145 * Associate VFS ops vector with this fstype
147 error = vfs_setfsops(fstype, devfs_vfsops_template, NULL);
155 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c84 uap->fstype = (char *)*lp++;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile31 include ../../Makefile.fstype
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c69 free(headp->fstype);
318 newp->fstype = strdup(sharetab_entry->sh_fstype);
319 if (newp->fstype == NULL) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_autofs.c175 if ((alp->action.action_list_entry_u.mounta.fstype =
273 if (m->fstype)
274 free(m->fstype);
H A Dns_fnmount.c191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, argument
766 if (fstype != NULL) {
767 mounter = strdup(fstype);
769 if ((mntpnt == NULL) || (fstype == NULL) || (mntopts == NULL) ||
778 free(fstype);
785 me->map_fstype = fstype;
H A Dautod_parse.c282 implied = (*w != '/') || (strstr(defaultopts, "fstype=smbfs") != NULL);
565 #define FSTYPE "fstype"
566 #define FSTYPE_EQ "fstype="
572 * sets the mapentry's options, fstype and mounter fields by separating
573 * out the fstype part from the opts. Use default options if opts is NULL.
582 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; local
586 strcpy(fstype, MNTTYPE_NFS); /* default */
592 strcpy(mounter, fstype);
599 /* separate opts into fstype and (other) entrypopts */
600 get_opts(opts, entryopts, fstype,
1791 char fstype[32], mounter[32]; local
[all...]
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c162 swapinit(int fstype, char *name) argument
191 error = vfs_setfsops(fstype, swap_vfsops, NULL);
199 (void) vfs_freevfsops_by_type(fstype);
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c75 set_fstyp_properties (LibHalContext *ctx, const char *udi, const char *fstype, nvlist_t *fsattr) argument
92 libhal_changeset_set_property_string (cs, "volume.fstype", fstype);
107 snprintf (buf, sizeof (buf), "Volume (%s)", fstype);
452 const char *fstype; local
641 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) ||
647 set_fstyp_properties (ctx, udi, fstype, fsattr);
649 if (strcmp (fstype, "hsfs") == 0) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5600 find_primary_common(char *mntpt, char *fstype) argument
5666 if (strcmp(fstype, "ufs") == 0 && zfs) {
5671 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5691 find_backup_common(char *mntpt, char *fstype) argument
5754 if (strcmp(fstype, "ufs") == 0 && zfs) {
5759 } else if (strcmp(fstype, "zfs") == 0 && ufs) {
5797 get_mountpoint(char *special, char *fstype) argument
5806 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, special, fstype));
5818 mpref.mnt_fstype = fstype;
5825 "fstype
6245 find_existing_sign(char *osroot, char *osdev, char *fstype) argument
6468 char *fstype; local
7170 create_new_sign(char *osdev, char *fstype) argument
7343 set_backup(char *osroot, char *osdev, char *sign, char *fstype) argument
7500 set_primary(char *osroot, char *osdev, char *sign, char *fstype) argument
7625 set_signature(char *osroot, char *osdev, char *sign, char *fstype) argument
7663 char *fstype; local
9000 char *fstype; local
9503 char *fstype; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c300 char **fstype = skip_these_mntents; local
310 while (*fstype != NULL)
311 if (strcmp(m.mnt_fstype, *fstype++) == 0) {
368 char **fstype = skip_these_mntents; local
378 while (*fstype != NULL)
379 if (strcmp(m.mnt_fstype, *fstype++) == 0) {

Completed in 115 milliseconds

12345678