Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs_fs_sb.h172 #define NFS_MOUNT_NETUNREACH_FATAL 0x40000000 macro
/linux-6.15/fs/nfs/
H A Dfs_context.c921 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
923 ctx->flags &= ~NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
926 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
929 ctx->flags &= ~NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
1715 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_init_fs_context()
H A Dnfs4client.c942 if (server->flags & NFS_MOUNT_NETUNREACH_FATAL) in nfs4_set_client()
H A Dsuper.c460 { NFS_MOUNT_NETUNREACH_FATAL, in nfs_show_mount_options()
H A Dclient.c714 if (ctx->flags & NFS_MOUNT_NETUNREACH_FATAL) in nfs_init_server()