Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c195 struct sdev_mountargs *args = NULL; in sdev_mount()
289 if (sdev_data->sdev_mountargs) { in sdev_mount()
290 kmem_free(sdev_data->sdev_mountargs, in sdev_mount()
291 sizeof (struct sdev_mountargs)); in sdev_mount()
293 sdev_data->sdev_mountargs = args; in sdev_mount()
337 sdev_data->sdev_mountargs = args; in sdev_mount()
433 if (sdev_data->sdev_mountargs) { in sdev_unmount()
434 kmem_free(sdev_data->sdev_mountargs, in sdev_unmount()
435 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_50/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h54 struct sdev_mountargs { struct
308 struct sdev_mountargs *sdev_mountargs; member
484 extern int sdev_copyin_mountargs(struct mounta *, struct sdev_mountargs *);
/titanic_50/usr/src/cmd/fs.d/dev/
H A Dmount.c58 static struct sdev_mountargs mountargs;