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

12

/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_fs.c60 safs_get_name(sa_fs_t fstype) argument
64 ops = (sa_fs_ops_t *)saplugin_find_ops(SA_PLUGIN_FS, fstype);
69 safs_init_fs_handle(libshare_handle_t *shdl, sa_fs_t fstype, void *hdl) argument
71 int i = SAFS_INDEX(fstype);
73 if (fstype == SA_FS_LEGACY)
77 const char *plugin_name = safs_get_name(fstype);
89 safs_get_fs_handle(libshare_handle_t *shdl, sa_fs_t fstype, void **hdlp) argument
91 int i = SAFS_INDEX(fstype);
97 ops = (sa_fs_ops_t *)saplugin_find_ops(SA_PLUGIN_FS, fstype);
115 safs_close(libshare_handle_t *shdl, sa_fs_t fstype) argument
131 safs_reset(libshare_handle_t *shdl, sa_fs_t fstype) argument
240 sa_fs_t fstype; local
258 sa_fs_t fstype; local
279 sa_fs_t fstype; local
296 sa_fs_t fstype; local
317 sa_fs_t fstype; local
332 sa_fs_t fstype; local
349 sa_fs_t fstype; local
365 sa_fs_t fstype; local
382 sa_fs_t fstype; local
399 sa_fs_t fstype; local
416 sa_fs_t fstype; local
434 sa_fs_t fstype; local
456 sa_fs_t fstype; local
473 safs_share_notify(libshare_handle_t *shdl, sa_fs_t fstype, const char *mountpoint, sa_notify_op_t notify_op, nvlist_t *notify_list) argument
[all...]
H A Dlibshare.c279 sa_init_fs_handle(libshare_handle_t *shdl, sa_fs_t fstype, void *hdl) argument
284 return (safs_init_fs_handle(shdl, fstype, hdl));
288 sa_get_fs_handle(libshare_handle_t *shdl, sa_fs_t fstype, int *rc) argument
294 err = safs_get_fs_handle(shdl, fstype, &hdl);
1101 sa_fs_t fstype = safs_path_to_fstype(shdl, mntpnt); local
1102 if (fstype == SA_FS_NOTFOUND)
1104 *fstypep = fstype;
1124 sa_fs_t fstype; local
1128 sizeof (mpbuf), &fstype, &mountpoint)) != SA_OK)
1139 safs_share_notify(shdl, fstype, mountpoin
1428 sa_fs_t fstype = SA_FS_NONE; local
[all...]
H A Dlibshare_impl.h362 extern const char *safs_get_name(sa_fs_t fstype);
H A Dlibshare_util.c119 * If we have a valid path at this point, return the fstype
752 sa_fstype_is_shareable(const char *fstype) argument
757 if (strcmp(fstype, sa_fstype_table[i]) == 0)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfat.h49 grub_uint8_t fstype[8]; member in struct:grub_fat_bpb::__anon765::__anon766
65 grub_uint8_t fstype[8]; member in struct:grub_fat_bpb::__anon765::__anon767
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm174 my($fstype,$igncase) = ($Fileparse_fstype, $Fileparse_igncase);
178 if ($fstype =~ /^VMS/i) {
179 if ($fullname =~ m#/#) { $fstype = '' } # We're doing Unix emulation
185 if ($fstype =~ /^MS(DOS|Win32)|epoc/i) {
189 elsif ($fstype =~ /^os2/i) {
194 elsif ($fstype =~ /^MacOS/si) {
198 elsif ($fstype =~ /^AmigaOS/i) {
202 elsif ($fstype !~ /^VMS/i) { # default to Unix
250 my($fstype) = $Fileparse_fstype;
252 if ($fstype
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c47 char *fstype; member in struct:dfstab_entry
145 if (headp->fstype != NULL) {
146 free(headp->fstype);
172 if (new_entry->fstype) {
173 sprintf(tempstr, "-F %s ", new_entry->fstype);
241 *err |= (dfstablist->fstype != NULL);
242 dfstablist->fstype = strdup(optarg);
243 if (dfstablist->fstype == NULL) {
277 if (dfstablist->fstype == NULL) {
288 dfstablist->fstype
435 fs_set_DFStab_ent( char *path, char *fstype, char *options, char *description, int *err) argument
[all...]
H A Dlibfsmgt.h56 char *fstype; member in struct:mount_default_list
69 char *fstype; member in struct:mount_list
84 char *fstype; member in struct:share_list
517 char *mountp, char *fstype, char *mntopts,
838 * fs_dfstab_entry_t entry - the dfstab entry to retrieve the fstype from.
843 * Note: if fstype is not set in the dfstab entry the default fstype is
941 * char *fstype - The filesystem type for the share
H A Dfs_mounts.c53 char *fstype, char *mntopts, char *time);
74 free(headp->fstype);
159 fs_get_filtered_mount_list(char *resource, char *mountp, char *fstype, argument
175 search_entry = create_mnttab_filter(resource, mountp, fstype,
562 newp->fstype = strdup(mnttab_entry.mnt_fstype);
563 if (newp->fstype == NULL) {
622 newp->fstype = strdup(mnttab_entry.mnt_fstype);
623 if (newp->fstype == NULL) {
656 create_mnttab_filter(char *resource, char *mountp, char *fstype, char *mntopts, argument
693 if (fstype !
[all...]
H A Dfs_shares.c66 free(headp->fstype);
315 newp->fstype = strdup(sharetab_entry->sh_fstype);
316 if (newp->fstype == NULL) {
H A Dfs_mount_defaults.c79 free(headp->fstype);
536 newp->fstype = strdup(vfstab_entry.vfs_fstype);
537 if (newp->fstype == NULL) {
642 if (filter->fstype != NULL) {
643 search_entry->vfs_fstype = strdup(filter->fstype);
H A Dnfs_mntinfo.c288 if ((strcmp(fsmnt_list->fstype, MNTTYPE_NFS) != 0) ||
417 if ((mrp->nml_fstype = strdup(fsmnt_list->fstype)) == NULL) {
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh135 # 4) can't specify a fstype with -h
137 # 6) can't be fstype nfs and local
138 # 7) only fstype nfs is remote
228 # fstype=nfs line in mnttab (eg, "host:/export) extract the host
246 while read dev mountp fstype mode dummy
275 if [ "$fstype" = "nfs" ]; then
284 if [ -n "$FFLAG" -a "$FSType" != "$fstype" ]; then
287 if [ -n "$LFLAG" -a "$fstype" = "nfs" ]; then
303 if [ -n "$LFLAG" -a -n "$nfslist" -a "$fstype" = "autofs" ]
312 if [ -n "$RFLAG" -a "$fstype" !
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c71 char fstype[512]; local
77 /* or fstype if swap */
93 cmpstr = &fstype[0];
124 /* or that the fstype/mntpoint match what was passed in */
127 /* entries of swap in the file, and so the fstype is not */
130 bdev, cdev, mntpt, fstype, fsckpass,
154 blkname, char_device, mntpt, fstype, fsckpass,
159 blkname, char_device, mntpt, fstype, fsckpass,
H A Dmeta_check.c299 char **fstype = skip_these_mntents; local
309 while (*fstype != NULL)
310 if (strcmp(m.mnt_fstype, *fstype++) == 0) {
367 char **fstype = skip_these_mntents; local
377 while (*fstype != NULL)
378 if (strcmp(m.mnt_fstype, *fstype++) == 0) {
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dchainloader.c104 if (grub_strncmp((const char *) bpb->version_specific.fat12_or_fat16.fstype, "FAT12", 5)
105 && grub_strncmp((const char *) bpb->version_specific.fat12_or_fat16.fstype, "FAT16", 5)
106 && grub_strncmp((const char *) bpb->version_specific.fat32.fstype, "FAT32", 5))
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c74 set_fstyp_properties (LibHalContext *ctx, const char *udi, const char *fstype, nvlist_t *fsattr) argument
91 libhal_changeset_set_property_string (cs, "volume.fstype", fstype);
106 snprintf (buf, sizeof (buf), "Volume (%s)", fstype);
449 const char *fstype; local
625 if ((fstyp_ident(fstyp_handle, NULL, &fstype) != 0) ||
631 set_fstyp_properties (ctx, udi, fstype, fsattr);
633 if (strcmp (fstype, "hsfs") == 0) {
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py303 fstype = bootconfig.boot_fstype
312 if fstype == 'ufs':
314 elif fstype == 'zfs':
317 cls._debug('Unknown filesystem type: %s', fstype)
472 fstype = self._boot_config.boot_fstype
473 if fstype != 'zfs' and fstype != 'ufs':
475 % fstype)
476 if fstype == 'zfs':
478 elif fstype
[all...]
H A Dsbb.py283 fstype='zfs',
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py520 fstype = None
524 fstype = 'zfs'
532 fstype = 'ufs'
535 if fstype is None:
541 boot_fstype=fstype, **kwargs)
551 fstype = getattr(self, 'boot_fstype', None)
552 if (fstype is None or fstype != 'zfs' or
1216 - fstype [string] [required]: One of: [ 'ufs', 'zfs' ]
1217 - If fstype
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c428 map_fstype (const char *fstype) argument
431 if (! strcmp (fstype, "iso9660"))
433 else if (! strcmp (fstype, "ext2"))
435 else if (! strcmp (fstype, "vfat"))
438 if (! strcmp (fstype, "iso9660"))
440 else if (! strcmp (fstype, "vfat"))
444 return fstype;
982 * <device_file>\t<uid>\t<session-id>\t<fstype>\t<options_sep_by_comma>\t<mount point>\n
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_lookup.c260 nsdb_lookup(char *host, int port, char *uuid, int fstype, argument
479 if (fstype == NSDB_SMB && entries[n]->share == NULL ||
480 fstype == NSDB_NFS && entries[n]->path == NULL) {
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c613 const char *fstype; local
645 fstype = libhal_volume_get_fstype (volume);
652 if (fstype == NULL)
664 if (label != NULL && strcmp (label, "bootstrap") == 0 && strcmp (fstype, "hfs") == 0)
733 char *fstype; /* NULL iff !is_mounted or unknown */ member in struct:LibHalVolume_s
834 libhal_free_string (vol->fstype);
1157 LIBHAL_PROP_EXTRACT_STRING ("volume.fstype", vol->fstype);
1557 return volume->fstype;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c249 if (grub_strncmp((const char *) bpb.version_specific.fat12_or_fat16.fstype, "FAT12", 5)
250 && grub_strncmp((const char *) bpb.version_specific.fat12_or_fat16.fstype, "FAT16", 5)
251 && grub_strncmp((const char *) bpb.version_specific.fat32.fstype, "FAT32", 5))
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1374 char mount[MAXPATHLEN], fstype[MAXPATHLEN], spec[MAXPATHLEN]; local
1390 (void) strcpy(fstype, S_STR(vfst.vfs_fstype));
1395 strcmp(fstype, "swap")) {

Completed in 68 milliseconds

12