Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dnfs_mount.h57 #define NFS_MOUNT_TCP 0x0040 /* 2 */ macro
/linux/fs/nfs/
A Dfs_context.c621 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
626 ctx->flags |= NFS_MOUNT_TCP; /* for side protocols */ in nfs_fs_context_parse_param()
780 ctx->flags &= ~NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
787 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
795 ctx->flags |= NFS_MOUNT_TCP; in nfs_fs_context_parse_param()
1105 if (!(data->flags & NFS_MOUNT_TCP)) /* this will be UDP */ in nfs23_parse_monolithic()
1135 if (!(data->flags & NFS_MOUNT_TCP)) in nfs23_parse_monolithic()
A Dsuper.c889 !(ctx->flags & NFS_MOUNT_TCP)) in nfs_request_mount()
1003 | NFS_MOUNT_TCP \

Completed in 9 milliseconds