Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs_fs.h339 #define NFS_INO_STALE (1) /* possible stale inode */ macro
393 return test_bit(NFS_INO_STALE, &NFS_I(inode)->flags); in NFS_STALE()
/linux/fs/nfs/
H A Dnfstrace.h40 { BIT(NFS_INO_STALE), "STALE" }, \
H A Dinode.c298 set_bit(NFS_INO_STALE, &NFS_I(inode)->flags); in nfs_set_inode_stale_locked()