Searched refs:NFS_MOUNT_NORESVPORT (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfs_mount.h | 54 #define NFS_MOUNT_NORESVPORT 0x40000 macro
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3client.c | 108 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
|
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() 957 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
|
H A D | fs_context.c | 541 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param() 543 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
|
H A D | client.c | 571 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd() 689 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
|
H A D | nfs4client.c | 889 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client() 958 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3client.c | 120 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs3_set_ds_client()
|
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() 976 ~(NFS_MOUNT_UNSHARED | NFS_MOUNT_NORESVPORT))
|
H A D | nfs4client.c | 932 if (server->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_client() 1011 if (mds_srv->flags & NFS_MOUNT_NORESVPORT) in nfs4_set_ds_client()
|
H A D | fs_context.c | 642 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param() 644 ctx->flags &= ~NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
|
H A D | client.c | 575 .noresvport = server->flags & NFS_MOUNT_NORESVPORT ? in nfs_start_lockd() 696 if (ctx->flags & NFS_MOUNT_NORESVPORT) in nfs_init_server()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 150 #define NFS_MOUNT_NORESVPORT 0x40000 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 149 #define NFS_MOUNT_NORESVPORT 0x40000 macro
|
Completed in 21 milliseconds