Home
last modified time | relevance | path

Searched refs:I_DONTCACHE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_health.c239 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xfs_inode_mark_sick()
H A Dxfs_inode.c1995 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE)); in xfs_iunlink_reload_next()
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c995 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xchk_irele()
/openbmc/linux/fs/
H A Dinode.c1795 !(inode->i_state & I_DONTCACHE) && in iput_final()
H A Ddcache.c705 inode->i_state |= I_DONTCACHE; in d_mark_dontcache()
/openbmc/linux/include/linux/
H A Dfs.h2291 #define I_DONTCACHE (1 << 16) macro