Symbol: mntopt
include/mntopts.h
108
mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
lib/libpuffs/puffs.c
57
const struct mntopt puffsmopts[] = {
lib/libpuffs/puffs.h
160
extern const struct mntopt puffsmopts[]; /* puffs.c */
lib/libutil/getmntopts.c
123
getmntopts(const char *options, const struct mntopt *m0, int *flagp,
lib/libutil/getmntopts.c
126
const struct mntopt *m;
lib/libutil/getmntopts.c
58
const struct mntopt *mopts;
lib/libutil/getmntopts.c
66
const struct mntopt *m;
sbin/mount_ados/mount_ados.c
61
static const struct mntopt mopts[] = {
sbin/mount_autofs/mount_autofs.c
52
static const struct mntopt mopts[] = {
sbin/mount_cd9660/mount_cd9660.c
70
static const struct mntopt mopts[] = {
sbin/mount_chfs/mount_chfs.c
56
static const struct mntopt mopts[] = {
sbin/mount_efs/mount_efs.c
37
static const struct mntopt mopts[] = {
sbin/mount_ext2fs/mount_ext2fs.c
65
static const struct mntopt mopts[] = {
sbin/mount_fdesc/mount_fdesc.c
98
static const struct mntopt mopts[] = {
sbin/mount_ffs/mount_ffs.c
65
static const struct mntopt mopts[] = {
sbin/mount_filecore/mount_filecore.c
99
static const struct mntopt mopts[] = {
sbin/mount_hfs/mount_hfs.c
86
static const struct mntopt mopts[] = {
sbin/mount_kernfs/mount_kernfs.c
98
static const struct mntopt mopts[] = {
sbin/mount_lfs/mount_lfs.c
66
static const struct mntopt mopts[] = {
sbin/mount_msdos/mount_msdos.c
61
static const struct mntopt mopts[] = {
sbin/mount_nfs/mount_nfs.c
106
static const struct mntopt mopts[] = {
sbin/mount_nilfs/mount_nilfs.c
61
static const struct mntopt mopts[] = {
sbin/mount_ntfs/mount_ntfs.c
60
static const struct mntopt mopts[] = {
sbin/mount_null/mount_null.c
63
static const struct mntopt mopts[] = {
sbin/mount_overlay/mount_overlay.c
63
static const struct mntopt mopts[] = {
sbin/mount_procfs/mount_procfs.c
100
static const struct mntopt mopts[] = {
sbin/mount_ptyfs/mount_ptyfs.c
107
static const struct mntopt mopts[] = {
sbin/mount_sysvbfs/mount_sysvbfs.c
58
static const struct mntopt mopts[] = {
sbin/mount_tmpfs/mount_tmpfs.c
62
static const struct mntopt mopts[] = {
sbin/mount_udf/mount_udf.c
61
static const struct mntopt mopts[] = {
sbin/mount_umap/mount_umap.c
83
static const struct mntopt mopts[] = {
sbin/mount_union/mount_union.c
65
static const struct mntopt mopts[] = {
sbin/mount_v7fs/mount_v7fs.c
82
static const struct mntopt mopts[] = {
sbin/newfs/newfs.c
129
struct mntopt mopts[] = {
share/examples/puffs/pgfs/mount.c
80
static const struct mntopt mopts[] = {
usr.sbin/puffs/rump_nqmfs/rump_nqmfs.c
51
const struct mntopt mopts[] = {