Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dfs_context.c964 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
966 ctx->flags &= ~NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
969 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
972 ctx->flags &= ~NFS_MOUNT_NETUNREACH_FATAL; in nfs_fs_context_parse_param()
1757 ctx->flags |= NFS_MOUNT_NETUNREACH_FATAL; in nfs_init_fs_context()
H A Dnfs4client.c752 if (server->flags & NFS_MOUNT_NETUNREACH_FATAL) in nfs4_set_client()
H A Dsuper.c452 { NFS_MOUNT_NETUNREACH_FATAL, in nfs_show_mount_options()
H A Dclient.c760 if (ctx->flags & NFS_MOUNT_NETUNREACH_FATAL) in nfs_init_server()
/linux/include/linux/
H A Dnfs_fs_sb.h171 #define NFS_MOUNT_NETUNREACH_FATAL 0x40000000 macro