Searched refs:opt_flags (Results 1 – 3 of 3) sorted by relevance
287 static int opt_flags; variable1487 opt_flags = 0; in get_exportlist_one()2718 opt_flags |= OP_MASK; in do_opt()2736 opt_flags |= OP_NET; in do_opt()2743 opt_flags |= OP_MAPALL; in do_opt()2747 opt_flags |= OP_QUIET; in do_opt()2751 opt_flags |= OP_SEC; in do_opt()3611 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()3615 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) { in check_options()3619 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()[all …]
361 register u_int i, class, opt_flags = 0; in ns_rprint() local395 opt_flags = EXTRACT_16BITS(cp); in ns_rprint()530 if (opt_flags & 0x8000) in ns_rprint()
163 ca.cfs_options.opt_flags = CFS_WRITE_AROUND | CFS_ACCESS_BACKFS; in mount_cachefs()