Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c192 struct sdev_mountargs *args = NULL; in sdev_mount()
272 if (sdev_data->sdev_mountargs) { in sdev_mount()
273 kmem_free(sdev_data->sdev_mountargs, in sdev_mount()
274 sizeof (struct sdev_mountargs)); in sdev_mount()
276 sdev_data->sdev_mountargs = args; in sdev_mount()
320 sdev_data->sdev_mountargs = args; in sdev_mount()
416 if (sdev_data->sdev_mountargs) { in sdev_unmount()
417 kmem_free(sdev_data->sdev_mountargs, in sdev_unmount()
418 sizeof (struct sdev_mountargs)); in sdev_unmount()
H A Dsdev_subr.c2395 sdev_copyin_mountargs(struct mounta *uap, struct sdev_mountargs *args) in sdev_copyin_mountargs()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h52 struct sdev_mountargs { struct
306 struct sdev_mountargs *sdev_mountargs; member
482 extern int sdev_copyin_mountargs(struct mounta *, struct sdev_mountargs *);
/titanic_44/usr/src/cmd/fs.d/dev/
H A Dmount.c58 static struct sdev_mountargs mountargs;