Lines Matching refs:flags
399 ctx->flags &= ~NFS_MOUNT_VER3; in nfs_parse_version_string()
405 ctx->flags |= NFS_MOUNT_VER3; in nfs_parse_version_string()
463 ctx->flags |= NFS_MOUNT_SOFT; in nfs_fs_context_parse_param()
464 ctx->flags &= ~NFS_MOUNT_SOFTERR; in nfs_fs_context_parse_param()
467 ctx->flags |= NFS_MOUNT_SOFTERR | NFS_MOUNT_SOFTREVAL; in nfs_fs_context_parse_param()
468 ctx->flags &= ~NFS_MOUNT_SOFT; in nfs_fs_context_parse_param()
471 ctx->flags &= ~(NFS_MOUNT_SOFT | in nfs_fs_context_parse_param()
477 ctx->flags &= ~NFS_MOUNT_SOFTREVAL; in nfs_fs_context_parse_param()
479 ctx->flags |= NFS_MOUNT_SOFTREVAL; in nfs_fs_context_parse_param()
483 ctx->flags &= ~NFS_MOUNT_POSIX; in nfs_fs_context_parse_param()
485 ctx->flags |= NFS_MOUNT_POSIX; in nfs_fs_context_parse_param()
489 ctx->flags |= NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
491 ctx->flags &= ~NFS_MOUNT_NOCTO; in nfs_fs_context_parse_param()
495 ctx->flags |= NFS_MOUNT_NOAC; in nfs_fs_context_parse_param()
497 ctx->flags &= ~NFS_MOUNT_NOAC; in nfs_fs_context_parse_param()
501 ctx->flags |= NFS_MOUNT_NONLM; in nfs_fs_context_parse_param()
502 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
504 ctx->flags &= ~NFS_MOUNT_NONLM; in nfs_fs_context_parse_param()
505 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | NFS_MOUNT_LOCAL_FCNTL); in nfs_fs_context_parse_param()
509 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()
523 ctx->flags |= NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()
525 ctx->flags &= ~NFS_MOUNT_NOACL; in nfs_fs_context_parse_param()
529 ctx->flags |= NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
531 ctx->flags &= ~NFS_MOUNT_NORDIRPLUS; in nfs_fs_context_parse_param()
535 ctx->flags |= NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
537 ctx->flags &= ~NFS_MOUNT_UNSHARED; in nfs_fs_context_parse_param()
541 ctx->flags |= NFS_MOUNT_NORESVPORT; in nfs_fs_context_parse_param()
543 ctx->flags &= ~NFS_MOUNT_NORESVPORT; 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()
739 ctx->flags &= ~(NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE); in nfs_fs_context_parse_param()
742 ctx->flags &= ~NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_fs_context_parse_param()
743 ctx->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG; in nfs_fs_context_parse_param()
746 ctx->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_fs_context_parse_param()
755 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
759 ctx->flags |= NFS_MOUNT_LOCAL_FLOCK; in nfs_fs_context_parse_param()
762 ctx->flags |= NFS_MOUNT_LOCAL_FCNTL; in nfs_fs_context_parse_param()
765 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK | in nfs_fs_context_parse_param()
909 if (data->flags & NFS_MOUNT_VER3) in nfs23_parse_monolithic()
917 if (data->flags & NFS_MOUNT_SECFLAVOUR) in nfs23_parse_monolithic()
924 if (data->flags & NFS_MOUNT_VER3) { in nfs23_parse_monolithic()
945 if (!(data->flags & NFS_MOUNT_TCP)) /* this will be UDP */ in nfs23_parse_monolithic()
953 ctx->flags = data->flags & NFS_MOUNT_FLAGMASK; in nfs23_parse_monolithic()
954 ctx->flags |= extra_flags; in nfs23_parse_monolithic()
972 if (!(data->flags & NFS_MOUNT_TCP)) in nfs23_parse_monolithic()
982 if (data->flags & NFS_MOUNT_SECFLAVOUR) in nfs23_parse_monolithic()
987 if (!(data->flags & NFS_MOUNT_NONLM)) in nfs23_parse_monolithic()
988 ctx->flags &= ~(NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
991 ctx->flags |= (NFS_MOUNT_LOCAL_FLOCK| in nfs23_parse_monolithic()
1069 compat_int_t flags; member
1110 data->flags = compat->flags; in nfs4_compat_mount_data_conv()
1184 ctx->flags = data->flags & NFS4_MOUNT_FLAGMASK; in nfs4_parse_monolithic()
1285 ctx->flags &= ~(NFS_MOUNT_NONLM | NFS_MOUNT_NOACL | in nfs_fs_context_validate()
1453 ctx->flags = nfss->flags; in nfs_init_fs_context()