Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_NORESVPORT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs3client.c120 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
H A Dsuper.c452 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options()
834 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()
978 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
H A Dnfs4client.c931 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client()
1010 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
H A Dclient.c576 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()
697 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
H A Dfs_context.c642 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
644 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h149 #define NFS_MOUNT_NORESVPORT 0x40000 macro