Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h158 } mntopts_t; typedef
230 mntopts_t vfs_mntopts; /* options mounted with */
394 mntopts_t vsw_optproto; /* mount options table prototype */
411 mntopts_t *optproto; /* mount options table prototype */
511 void vfs_createopttbl(mntopts_t *, const char *);
512 void vfs_copyopttbl(const mntopts_t *, mntopts_t *);
513 void vfs_mergeopttbl(const mntopts_t *, const mntopts_t *, mntopts_t *);
514 void vfs_freeopttbl(mntopts_t *);
515 void vfs_parsemntopts(mntopts_t *, char *, int);
516 int vfs_buildoptionstr(const mntopts_t *, char *, int);
[all …]
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c101 static void vfs_clearmntopt_nolock(mntopts_t *, const char *, int);
102 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
104 static int vfs_optionisset_nolock(const mntopts_t *, const char *, char **);
107 static void vfs_swapopttbl_nolock(mntopts_t *, mntopts_t *);
108 static void vfs_swapopttbl(mntopts_t *, mntopts_t *);
109 static void vfs_copyopttbl_extend(const mntopts_t *, mntopts_t *, int);
110 static void vfs_createopttbl_extend(mntopts_t *, const char *,
111 const mntopts_t *);
217 const mntopts_t vfs_mntopts = {
1009 mntopts_t *mntopts, struct mounta *uap) in lofi_add()
[all …]
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c53 static mntopts_t lofs_mntopts;
88 static mntopts_t lofs_mntopts = {
/titanic_44/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c67 static mntopts_t objfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c85 static mntopts_t sharefs_mntopts = {
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c73 static mntopts_t tmpfs_proto_opttbl;
97 static mntopts_t tmpfs_proto_opttbl = {
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c59 static mntopts_t mnt_mntopts = {
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvfsops.c63 static mntopts_t proc_mntopts = {
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c62 static mntopts_t auto_mntopts;
175 static mntopts_t auto_mntopts = {
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c102 static mntopts_t ctfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/fd/
H A Dfdops.c540 static mntopts_t fdfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c724 static mntopts_t nm_mntopts = {
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c108 static mntopts_t smbfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c118 static mntopts_t udfs_mntopts;
128 static mntopts_t udfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c134 static mntopts_t hsfs_proto_opttbl = {
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c190 static mntopts_t ufs_mntopts = {
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c126 static mntopts_t zfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c125 static mntopts_t pcfs_mntopts = {
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3252 mntopts_t *optproto; in nfs4_trigger_create_mntopts()