/titanic_50/usr/src/uts/common/sys/ |
H A D | vfs.h | 150 } mntopts_t; typedef 222 mntopts_t vfs_mntopts; /* options mounted with */ 387 mntopts_t vsw_optproto; /* mount options table prototype */ 404 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 …]
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 101 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 *); 223 const mntopts_t vfs_mntopts = { 1016 mntopts_t *mntopts, struct mounta *uap) in lofi_add() [all …]
|
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 53 static mntopts_t lofs_mntopts; 88 static mntopts_t lofs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 67 static mntopts_t objfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 85 static mntopts_t sharefs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 73 static mntopts_t tmpfs_proto_opttbl; 97 static mntopts_t tmpfs_proto_opttbl = {
|
/titanic_50/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 59 static mntopts_t mnt_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 63 static mntopts_t proc_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 261 static mntopts_t bootfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 62 static mntopts_t auto_mntopts; 175 static mntopts_t auto_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 102 static mntopts_t ctfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 540 static mntopts_t fdfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 724 static mntopts_t nm_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 108 static mntopts_t smbfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 118 static mntopts_t udfs_mntopts; 128 static mntopts_t udfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 134 static mntopts_t hsfs_proto_opttbl = {
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 190 static mntopts_t ufs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 127 static mntopts_t zfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 125 static mntopts_t pcfs_mntopts = {
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 3252 mntopts_t *optproto; in nfs4_trigger_create_mntopts()
|