Searched refs:mntopt_t (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 104 static void vfs_freeopt(mntopt_t *); 183 static const mntopt_t mntopts[] = { 216 sizeof (mntopts) / sizeof (mntopt_t), 217 (mntopt_t *)&mntopts[0] 2089 mntopt_t *tmplist; in vfs_swapopttbl_nolock() 2136 vfs_copyopt(const mntopt_t *s, mntopt_t *d) in vfs_copyopt() 2171 mntopt_t *motbl; in vfs_copyopttbl_extend() 2181 motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP); in vfs_copyopttbl_extend() 2206 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) in vfs_mergecancelopts() 2292 mntopt_t *mop, *motbl; in vfs_mergeopttbl() [all …]
|
/titanic_41/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 73 static mntopt_t mntopts[] = { 89 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vfs.h | 132 } mntopt_t; typedef 156 mntopt_t *mo_list; /* list of mount options */
|
/titanic_41/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 89 static mntopt_t tmpfs_options[] = { 98 sizeof (tmpfs_options) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 530 static mntopt_t mntopts[] = { 541 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 95 static mntopt_t mntopts[] = { 109 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 155 static mntopt_t mntopts[] = { 176 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 187 mntopt_t *mntopts; in fsinfo() 248 size = vfs.vfs_mntopts.mo_count * sizeof (mntopt_t); in fsinfo()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 116 static mntopt_t hsfs_options[] = { 135 sizeof (hsfs_options) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 163 mntopt_t *mop; in mntfs_optsize() 204 mntopt_t *mop; in mntfs_optprint()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 143 static mntopt_t mntopts[] = { 189 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 109 static mntopt_t mntopts[] = { 126 sizeof (mntopts) / sizeof (mntopt_t),
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 119 static mntopt_t mntopts[] = { 127 sizeof (mntopts) / sizeof (mntopt_t),
|