Searched refs:NFSMNT_NOCONN (Results 1 – 4 of 4) sorted by relevance
77 #define NFSMNT_NOCONN 0x00000080 /* Don't Connect the socket */ macro
630 nmp->nm_flag &= ~NFSMNT_NOCONN; in nfs_decode_args()654 adjsock |= ((nmp->nm_flag & NFSMNT_NOCONN) != in nfs_decode_args()655 (argp->flags & NFSMNT_NOCONN)); in nfs_decode_args()985 args.flags |= NFSMNT_NOCONN; in nfs_mount()987 args.flags &= ~NFSMNT_NOCONN; in nfs_mount()1303 args.flags |= NFSMNT_NOCONN; in nfs_mount()2228 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NOCONN) != 0, ",noconn", in nfscl_retopts()
112 nd->flags |= NFSMNT_NOCONN; in nfs_parse_options()
528 if (nmp == NULL || (nmp->nm_flag & NFSMNT_NOCONN) == 0) { in newnfs_connect()