Searched refs:noresvport (Results 1 - 8 of 8) sorted by last modified time

/linux-master/fs/nfs/
H A Dsuper.c455 { NFS_MOUNT_NORESVPORT, ",noresvport", "" },
845 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT,
H A Dinternal.h194 int noresvport; member in struct:nfs_mount_request
H A Dclient.c572 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ?
H A Dmount_clnt.c180 if (info->noresvport)
267 if (info->noresvport)
/linux-master/include/linux/lockd/
H A Dlockd.h236 int noresvport,
H A Dbind.h48 int noresvport; member in struct:nlmclnt_initdata
/linux-master/fs/lockd/
H A Dclntlock.c57 nlm_init->hostname, nlm_init->noresvport,
H A Dhost.c61 const int noresvport; /* use non-priv port */ member in struct:nlm_lookup_host_info
148 host->h_noresvport = ni->noresvport;
207 * @noresvport: 1 if non-privileged port should be used
221 int noresvport,
233 .noresvport = noresvport,
216 nlmclnt_lookup_host(const struct sockaddr *sap, const size_t salen, const unsigned short protocol, const u32 version, const char *hostname, int noresvport, struct net *net, const struct cred *cred) argument

Completed in 396 milliseconds