Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfs_mount.h71 #define NFS_MOUNT_LOOKUP_CACHE_NONE 0x20000 macro
/Linux-v4.19/fs/nfs/
Dsuper.c694 if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_show_mount_options()
1561 mnt->flags &= ~(NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE); in nfs_parse_mount_options()
1564 mnt->flags &= ~NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_parse_mount_options()
1568 mnt->flags |= NFS_MOUNT_LOOKUP_CACHE_NONEG|NFS_MOUNT_LOOKUP_CACHE_NONE; in nfs_parse_mount_options()
Ddir.c978 if (NFS_SERVER(dir)->flags & NFS_MOUNT_LOOKUP_CACHE_NONE) in nfs_check_verifier()