Home
last modified time | relevance | path

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

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