Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_health.c288 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xfs_inode_mark_sick()
312 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xfs_inode_mark_corrupt()
H A Dxfs_inode.c1572 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE)); in xfs_iunlink_reload_next()
/linux-6.15/include/trace/events/
H A Dwriteback.h28 {I_DONTCACHE, "I_DONTCACHE"}, \
/linux-6.15/fs/xfs/scrub/
H A Dcommon.c1251 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xchk_irele()
/linux-6.15/fs/
H A Dinode.c1873 !(inode->i_state & I_DONTCACHE) && in iput_final()
H A Ddcache.c788 inode->i_state |= I_DONTCACHE; in d_mark_dontcache()
/linux-6.15/fs/bcachefs/
H A Dfs.c2223 if (!(inode->v.i_state & I_DONTCACHE) && in bch2_evict_subvolume_inodes()
/linux-6.15/include/linux/
H A Dfs.h2534 #define I_DONTCACHE (1 << 15) macro