Home
last modified time | relevance | path

Searched refs:mntopts_t (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h152 } mntopts_t; typedef
217 mntopts_t vfs_mntopts; /* options mounted with */
386 mntopts_t vsw_optproto; /* mount options table prototype */
403 mntopts_t *optproto; /* mount options table prototype */
504 void vfs_createopttbl(mntopts_t *, const char *);
505 void vfs_copyopttbl(const mntopts_t *, mntopts_t *);
506 void vfs_mergeopttbl(const mntopts_t *, const mntopts_t *, mntopts_t *);
507 void vfs_freeopttbl(mntopts_t *);
508 void vfs_parsemntopts(mntopts_t *, char *, int);
509 int vfs_buildoptionstr(const mntopts_t *, char *, int);
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c90 static void vfs_clearmntopt_nolock(mntopts_t *, const char *, int);
91 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
93 static int vfs_optionisset_nolock(const mntopts_t *, const char *, char **);
96 static void vfs_swapopttbl_nolock(mntopts_t *, mntopts_t *);
97 static void vfs_swapopttbl(mntopts_t *, mntopts_t *);
98 static void vfs_copyopttbl_extend(const mntopts_t *, mntopts_t *, int);
180 const mntopts_t vfs_mntopts = {
541 mntopts_t mnt_mntopts; in fake_domount()
948 vfs_swapopttbl_nolock(mntopts_t *optbl1, mntopts_t *optbl2) in vfs_swapopttbl_nolock()
962 vfs_swapopttbl(mntopts_t *optbl1, mntopts_t *optbl2) in vfs_swapopttbl()
[all …]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c103 static void vfs_clearmntopt_nolock(mntopts_t *, const char *, int);
104 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
106 static int vfs_optionisset_nolock(const mntopts_t *, const char *, char **);
109 static void vfs_swapopttbl_nolock(mntopts_t *, mntopts_t *);
110 static void vfs_swapopttbl(mntopts_t *, mntopts_t *);
111 static void vfs_copyopttbl_extend(const mntopts_t *, mntopts_t *, int);
112 static void vfs_createopttbl_extend(mntopts_t *, const char *,
113 const mntopts_t *);
214 const mntopts_t vfs_mntopts = {
980 mntopts_t *mntopts, struct mounta *uap) in lofi_add()
[all …]
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c54 static mntopts_t lofs_mntopts;
89 static mntopts_t lofs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c67 static mntopts_t objfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c89 static mntopts_t sharefs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c74 static mntopts_t tmpfs_proto_opttbl;
99 static mntopts_t tmpfs_proto_opttbl = {
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c59 static mntopts_t mnt_mntopts = {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c63 static mntopts_t proc_mntopts = {
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c261 static mntopts_t bootfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c63 static mntopts_t auto_mntopts;
176 static mntopts_t auto_mntopts = {
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c102 static mntopts_t ctfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c542 static mntopts_t fdfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c768 static mntopts_t nm_mntopts = {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c147 static mntopts_t smbfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c119 static mntopts_t udfs_mntopts;
129 static mntopts_t udfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c135 static mntopts_t hsfs_proto_opttbl = {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c192 static mntopts_t ufs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c130 static mntopts_t pcfs_mntopts = {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3257 mntopts_t *optproto; in nfs4_trigger_create_mntopts()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c132 static mntopts_t zfs_mntopts = {