Searched refs:NFS_MOUNT_NORESVPORT (Results 1 – 6 of 6) sorted by relevance
131 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
459 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options()855 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()1017 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
927 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client()1019 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
598 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()757 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
723 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()725 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
161 #define NFS_MOUNT_NORESVPORT 0x40000 macro