Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnfs_mount.h71 #define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnfs_mount.h71 #define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs_sb.h149 #define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 macro
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c739 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()
746 ctx->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_fs_context_parse_param()
H A Dsuper.c497 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_show_mount_options()
H A Ddir.c1131 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_check_verifier()