Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs_fs.h219 #define NFS_INO_INVALID_LABEL BIT(7) /* cached label is invalid */ macro
/linux-4.19.296/fs/nfs/
Dinode.c335 NFS_I(inode)->cache_validity &= ~NFS_INO_INVALID_LABEL; in nfs_clear_label_invalid()
767 (NFS_INO_INVALID_ATTR|NFS_INO_INVALID_LABEL)) in nfs_need_revalidate_inode()
817 (NFS_INO_INVALID_ATTR|NFS_INO_INVALID_LABEL); in nfs_getattr()
Dinternal.h331 nfsi->cache_validity |= NFS_INO_INVALID_LABEL; in nfs_zap_label_cache_locked()
Dnfstrace.h35 { NFS_INO_INVALID_LABEL, "INVALID_LABEL" })