Home
last modified time | relevance | path

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

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