Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs_fs.h207 #define NFS_INO_INVALID_LABEL 0x0080 /* cached label is invalid */ macro
/linux-4.4.14/fs/nfs/
Dinode.c287 NFS_I(inode)->cache_validity &= ~NFS_INO_INVALID_LABEL; in nfs_clear_label_invalid()
641 (NFS_INO_INVALID_ATTR|NFS_INO_INVALID_LABEL)) in nfs_need_revalidate_inode()
1044 (NFS_INO_INVALID_ATTR|NFS_INO_INVALID_LABEL)) in nfs_revalidate_inode_rcu()
Dinternal.h323 nfsi->cache_validity |= NFS_INO_INVALID_LABEL; in nfs_zap_label_cache_locked()
Dnfstrace.h33 { NFS_INO_INVALID_LABEL, "INVALID_LABEL" })