Home
last modified time | relevance | path

Searched refs:I_DONTCACHE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_health.c239 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xfs_inode_mark_sick()
H A Dxfs_inode.c1983 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE)); in xfs_iunlink_reload_next()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dcommon.c995 VFS_I(ip)->i_state &= ~I_DONTCACHE; in xchk_irele()
/kernel/linux/linux-5.10/fs/
H A Dinode.c1709 !(inode->i_state & I_DONTCACHE) && in iput_final()
H A Ddcache.c673 inode->i_state |= I_DONTCACHE; in d_mark_dontcache()
/kernel/linux/linux-6.6/fs/
H A Dinode.c1752 !(inode->i_state & I_DONTCACHE) && in iput_final()
H A Ddcache.c701 inode->i_state |= I_DONTCACHE; in d_mark_dontcache()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h2208 * I_DONTCACHE Evict inode as soon as it is not used anymore.
2237 #define I_DONTCACHE (1 << 16) macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h2259 * I_DONTCACHE Evict inode as soon as it is not used anymore.
2287 #define I_DONTCACHE (1 << 16) macro

Completed in 31 milliseconds