Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_LOOKUP_CACHE_NONE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dnfs_fs_sb.h159 #define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 macro
/linux-6.12.1/fs/nfs/
Dfs_context.c879 ctx->flags &= ~(NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE); in nfs_fs_context_parse_param()
882 ctx->flags &= ~NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_fs_context_parse_param()
886 ctx->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_fs_context_parse_param()
Dsuper.c536 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_show_mount_options()
Ddir.c1511 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_check_verifier()