Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dnfs3client.c108 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
A Dsuper.c446 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options()
829 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()
973 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
A Dnfs4client.c922 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client()
993 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
A Dclient.c566 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()
684 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
A Dfs_context.c588 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
590 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
/linux-6.3-rc2/include/linux/
A Dnfs_fs_sb.h147 #define NFS_MOUNT_NORESVPORT 0x40000 macro

Completed in 14 milliseconds