Searched refs:MNT2_NFS_OPT_NOCONN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c500 #ifdef MNT2_NFS_OPT_NOCONN
503 nap->flags |= MNT2_NFS_OPT_NOCONN;
505 nap->flags &= ~MNT2_NFS_OPT_NOCONN;
516 if (!(nap->flags & MNT2_NFS_OPT_NOCONN)) {
517 nap->flags |= MNT2_NFS_OPT_NOCONN;
522 if (nap->flags & MNT2_NFS_OPT_NOCONN) {
523 nap->flags &= ~MNT2_NFS_OPT_NOCONN;
528 #endif /* MNT2_NFS_OPT_NOCONN */
/freebsd-11-stable/contrib/amd/include/
H A Dam_compat.h93 #if defined(MNT2_NFS_OPT_NOCONN) && !defined(MNTTAB_OPT_NOCONN)
98 #endif /* defined(MNT2_NFS_OPT_NOCONN) && !defined(MNTTAB_OPT_NOCONN) */
/freebsd-11-stable/usr.sbin/amd/include/
H A Dconfig.h1746 #define MNT2_NFS_OPT_NOCONN 0x80 macro

Completed in 111 milliseconds