Home
last modified time | relevance | path

Searched refs:NFSMNT_DORDMA (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dmount.h156 #define NFSMNT_DORDMA 0x10000000 /* Do an RDMA mount, regardless */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c710 if ((flags & NFSMNT_TRYRDMA) || (flags & NFSMNT_DORDMA)) { in nfs_mount()
737 if (flags & NFSMNT_DORDMA) { in nfs_mount()
H A Dnfs3_vfsops.c691 if ((flags & NFSMNT_TRYRDMA) || (flags & NFSMNT_DORDMA)) { in nfs3_mount()
718 if (flags & NFSMNT_DORDMA) { in nfs3_mount()
H A Dnfs4_vfsops.c899 if ((flags & NFSMNT_TRYRDMA) || (flags & NFSMNT_DORDMA)) { in nfs4_mount()
925 if (flags & NFSMNT_DORDMA) { in nfs4_mount()
H A Dnfs4_stub_vnops.c2047 nargs->flags &= ~NFSMNT_DORDMA; in nfs4_trigger_nargs_create()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c917 argp->flags |= NFSMNT_DORDMA; in nfsmount()
1195 argp->flags |= NFSMNT_DORDMA; in nfsmount()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2428 args->flags |= NFSMNT_DORDMA; in getaddr_nfs()