Searched refs:noresvport (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | host.c | 61 const int noresvport; /* use non-priv port */ member 148 host->h_noresvport = ni->noresvport; in nlm_alloc_host() 207 * @noresvport: 1 if non-privileged port should be used 221 int noresvport, in nlmclnt_lookup_host() 233 .noresvport = noresvport, in nlmclnt_lookup_host() 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) nlmclnt_lookup_host() argument
|
H A D | clntlock.c | 66 nlm_init->hostname, nlm_init->noresvport, in nlmclnt_init()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | host.c | 61 const int noresvport; /* use non-priv port */ member 148 host->h_noresvport = ni->noresvport; in nlm_alloc_host() 207 * @noresvport: 1 if non-privileged port should be used 221 int noresvport, in nlmclnt_lookup_host() 233 .noresvport = noresvport, in nlmclnt_lookup_host() 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) nlmclnt_lookup_host() argument
|
H A D | clntlock.c | 57 nlm_init->hostname, nlm_init->noresvport, in nlmclnt_init()
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | bind.h | 46 int noresvport; member
|
H A D | lockd.h | 230 int noresvport,
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | bind.h | 48 int noresvport; member
|
H A D | lockd.h | 236 int noresvport,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | mount_clnt.c | 177 if (info->noresvport) in nfs_mount() 263 if (info->noresvport) in nfs_umount()
|
H A D | internal.h | 193 int noresvport; member
|
H A D | super.c | 438 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options() 813 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()
|
H A D | client.c | 571 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | mount_clnt.c | 180 if (info->noresvport) in nfs_mount() 267 if (info->noresvport) in nfs_umount()
|
H A D | internal.h | 194 int noresvport; member
|
H A D | super.c | 450 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options() 832 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()
|
H A D | client.c | 575 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()
|
Completed in 16 milliseconds