Lines Matching refs:mountmode
113 static enum mountmode { enum
118 } mountmode = ANY; variable
163 mountmode = V2; in main()
166 mountmode = V3; in main()
263 mountmode = V2; in main()
265 mountmode = V3; in main()
268 mountmode = V4; in main()
342 mountmode = V2; in main()
345 mountmode = V3; in main()
350 mountmode = V4; in main()
440 if (mountmode == V4 && softintr) in main()
485 if (mountmode == V4 && nmount_errstr != NULL) in main()
490 } else if (mountmode != V4 && !add_mtab(host, spec)) { in main()
775 enum mountmode trymntmode; in nfs_tryproto()
778 trymntmode = mountmode; in nfs_tryproto()