Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_LOOKUP_CACHE_NONEG (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.h70 #define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 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.h70 #define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs_sb.h148 #define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 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()
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()
H A Dsuper.c496 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) { in nfs_show_mount_options()
H A Ddir.c1232 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) in nfs_neg_need_reval()