Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_health.c355 inode_state_clear(VFS_I(ip), I_DONTCACHE); in xfs_inode_mark_sick()
387 inode_state_clear(VFS_I(ip), I_DONTCACHE); in xfs_inode_mark_corrupt()
/linux/include/trace/events/
H A Dwriteback.h28 {I_DONTCACHE, "I_DONTCACHE"}, \
/linux/fs/
H A Dinode.c1937 !(inode_state_read(inode) & I_DONTCACHE) && in iput_final()
H A Ddcache.c798 inode_state_set(inode, I_DONTCACHE); in d_mark_dontcache()
/linux/include/linux/
H A Dfs.h745 I_DONTCACHE = (1U << 16), enumerator