Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_TCP (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dnfs_mount.h57 #define NFS_MOUNT_TCP 0x0040 /* 2 */ macro
/linux/fs/nfs/
H A Dfs_context.c677 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
682 ctx->flags |= NFS_MOUNT_TCP; /* for side protocols */ in nfs_fs_context_parse_param()
863 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
870 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
878 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
1207 if (!(data->flags & NFS_MOUNT_TCP)) /* this will be UDP */ in nfs23_parse_monolithic()
1237 if (!(data->flags & NFS_MOUNT_TCP)) in nfs23_parse_monolithic()