Lines Matching defs:mntopts
187 mntopt_t *mntopts;
249 mntopts = mdb_alloc(size, UM_SLEEP | UM_GC);
251 if (mdb_vread(mntopts, size,
253 mdb_warn("failed to read mntopts %p", vfs.vfs_mntopts.mo_list);
258 if (mntopts[i].mo_flags & MO_SET) {
260 (uintptr_t)mntopts[i].mo_name) == -1) {
262 mntopts[i].mo_name);
272 if (mntopts[i].mo_flags & MO_HASVALUE) {
274 (uintptr_t)mntopts[i].mo_arg) == -1) {
276 "value %p", mntopts[i].mo_arg);