Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs.h289 #define NFS_INO_INVALID_LABEL BIT(7) /* cached label is invalid */ macro
/openbmc/linux/fs/nfs/
H A Dinternal.h363 nfsi->cache_validity |= NFS_INO_INVALID_LABEL; in nfs_zap_label_cache_locked()
H A Dnfstrace.h25 { NFS_INO_INVALID_LABEL, "INVALID_LABEL" }, \
H A Dinode.c348 NFS_I(inode)->cache_validity &= ~NFS_INO_INVALID_LABEL; in nfs_clear_label_invalid()