Home
last modified time | relevance | path

Searched refs:mnt_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmnt.c557 set(&mp->hdr, mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, OPTIONS(mnt));
584 #define mnt_type mnt_fstname
611 #define mnt_type mt_fstyp
626 char mnt_type[32];
684 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
695 #ifndef mnt_type
702 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
748 b = s = mp->mnt->mnt_type;
749 m = s + sizeof(mp->mnt->mnt_type) - 1;
765 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c123 mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
172 new->mnt_type = mntstrdup(mnt->mnt_type); /* mnt_fstype */
209 if (mnt->mnt_type == (char *)0 ||
210 strcmp(mnt->mnt_type, MNTTYPE_42) != 0)
H A Ddumpusg.h61 #define mnt_type mnt_fstype macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h628 mac_notify_type_t mnt_type; member