OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mnt_fstype
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
mnttab.h
60
(mp)->
mnt_fstype
= (mp)->mnt_mntopts = \
68
char *
mnt_fstype
;
81
char *
mnt_fstype
;
/src/external/cddl/osnet/include/
mnttab.h
55
char *
mnt_fstype
;
member in struct:mnttab
/src/external/cddl/osnet/lib/libzfs/
mnttab.c
130
mp->
mnt_fstype
= sfs->f_fstypename;
187
if (mrefp->
mnt_fstype
!= NULL &&
188
strcmp(mrefp->
mnt_fstype
, gsfs[i].f_fstypename) != 0) {
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c
1234
if (entry.
mnt_fstype
== NULL ||
1235
strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0)
libzfs_dataset.c
724
if (strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0)
729
mtn->mtn_mt.
mnt_fstype
= zfs_strdup(hdl, entry.
mnt_fstype
);
745
free(mtn->mtn_mt.
mnt_fstype
);
772
srch.
mnt_fstype
= MNTTYPE_ZFS;
802
mtn->mtn_mt.
mnt_fstype
= zfs_strdup(hdl, MNTTYPE_ZFS);
819
free(ret->mtn_mt.
mnt_fstype
);
libzfs_util.c
797
if (strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0) {
/src/external/bsd/am-utils/dist/include/
am_defs.h
1416
# define mnt_type
mnt_fstype
/src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c
6208
if (strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0 ||
6355
if (strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0) {
6495
if (strcmp(entry.
mnt_fstype
, MNTTYPE_ZFS) != 0)
Completed in 98 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026