Home
last modified time | relevance | path

Searched refs:vfs_parsemntopts (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h515 void vfs_parsemntopts(mntopts_t *, char *, int);
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1303 vfs_parsemntopts(&mnt_mntopts, inargs, 0); in domount()
1646 vfs_parsemntopts(&tmp_mntopts, inargs, 1); in domount()
2631 vfs_parsemntopts(mntopts_t *mops, char *osp, int create) in vfs_parsemntopts() function