Home
last modified time | relevance | path

Searched refs:NFS_MOUNT_LOOKUP_CACHE_NONEG (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dnfs_mount.h70 #define NFS_MOUNT_LOOKUP_CACHE_NONEG 0x10000 macro
/linux-4.19.296/fs/nfs/
Dsuper.c693 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) { in nfs_show_mount_options()
1561 mnt->flags &= ~(NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE); in nfs_parse_mount_options()
1565 mnt->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG; in nfs_parse_mount_options()
1568 mnt->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_parse_mount_options()
Ddir.c1094 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) in nfs_neg_need_reval()