Home
last modified time | relevance | path

Searched refs:mo_arg (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c2129 sp = s->mo_arg; in vfs_copyopt()
2133 d->mo_arg = dp; in vfs_copyopt()
2135 d->mo_arg = NULL; in vfs_copyopt()
2340 if (mop->mo_arg != NULL) { in vfs_clearmntopt_nolock()
2341 kmem_free(mop->mo_arg, strlen(mop->mo_arg) + 1); in vfs_clearmntopt_nolock()
2343 mop->mo_arg = NULL; in vfs_clearmntopt_nolock()
2416 if (mop->mo_arg != NULL) in vfs_setmntopt_nolock()
2417 kmem_free(mop->mo_arg, strlen(mop->mo_arg) + 1); in vfs_setmntopt_nolock()
2418 mop->mo_arg = sp; in vfs_setmntopt_nolock()
2695 *argp = mop->mo_arg; in vfs_optionisset_nolock()
[all …]
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c176 if (mop->mo_arg != NULL) { in mntfs_optsize()
177 size += strlen(mop->mo_arg) + 1; in mntfs_optsize()
221 if (mop->mo_arg != NULL) { in mntfs_optprint()
223 mop->mo_arg); in mntfs_optprint()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c274 (uintptr_t)mntopts[i].mo_arg) == -1) { in fsinfo()
276 "value %p", mntopts[i].mo_arg); in fsinfo()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h130 char *mo_arg; /* argument string for this option */ member