Symbol: getmntopts
include/mntopts.h
101
void getmntopts(const char *, const struct mntopt *, int *, int *);
sbin/mount_autofs/mount_autofs.c
73
getmntopts(optarg, mopts, mntflags, 0);
sbin/mount_cd9660/mount_cd9660.c
124
getmntopts(optarg, mopts, &mntflags, &opts);
sbin/mount_devfs/mount_devfs.c
86
getmntopts(optarg, mopts, &mntflags, &info.flags);
sbin/mount_dirfs/mount_dirfs.c
85
getmntopts(optarg, mopts, &mount_flags, NULL);
sbin/mount_ext2fs/mount_ext2fs.c
70
getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_fuse/mount_fusefs.c
130
getmntopts(optarg, mopts, &mntflags, &args.flags);
sbin/mount_hammer/mount_hammer.c
84
getmntopts(optarg, mopts, &mount_flags, &info.hflags);
sbin/mount_hammer2/mount_hammer2.c
82
getmntopts(optarg, mopts, &mount_flags, &info.hflags);
sbin/mount_hpfs/mount_hpfs.c
89
getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_msdos/mount_msdos.c
135
getmntopts(optarg, mopts, &mntflags, &args.flags);
sbin/mount_nfs/mount_nfs.c
328
getmntopts(optarg, mopts, &mntflags, &altflags);
sbin/mount_ntfs/mount_ntfs.c
103
getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_null/mount_null.c
72
getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_std/mount_std.c
84
getmntopts(optarg, mopts, &mntflags, 0);
sbin/mount_tmpfs/mount_tmpfs.c
136
getmntopts(optarg, mopts, mntflags, &extend_flags);
sbin/mount_udf/mount_udf.c
78
getmntopts(optarg, mopts, &mntflags, &opts);
sbin/mount_ufs/mount_ufs.c
79
getmntopts(optarg, mopts, &mntflags, 0);
sbin/newfs/newfs.c
336
getmntopts(optarg, mopts, &mntflags, 0);