Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dnfs_mount.h57 #define NFS_MOUNT_TCP 0x0040 /* 2 */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnfs_mount.h54 #define NFS_MOUNT_TCP 0x0040 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnfs_mount.h41 #define NFS_MOUNT_TCP 0x0040 macro
/kernel/linux/linux-5.10/fs/nfs/
Dfs_context.c509 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
513 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
517 ctx->flags |= NFS_MOUNT_TCP; /* for side protocols */ in nfs_fs_context_parse_param()
657 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
664 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
672 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
945 if (!(data->flags & NFS_MOUNT_TCP)) /* this will be UDP */ in nfs23_parse_monolithic()
972 if (!(data->flags & NFS_MOUNT_TCP)) in nfs23_parse_monolithic()
Dsuper.c948 | NFS_MOUNT_TCP \