Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs3client.c121 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
Dsuper.c457 { NFS_MOUNT_NORESVPORT, ",noresvport", "" }, in nfs_show_mount_options()
850 .noresvport = ctx->flags & NFS_MOUNT_NORESVPORT, in nfs_request_mount()
1012 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
Dnfs4client.c932 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client()
1012 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
Dfs_context.c652 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
654 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
Dclient.c584 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd()
705 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
/linux-6.12.1/include/linux/
Dnfs_fs_sb.h160 #define NFS_MOUNT_NORESVPORT 0x40000 macro