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

/linux-master/fs/xfs/
H A Dxfs_health.c307 VFS_I(ip)->i_state &= ~I_DONTCACHE;
331 VFS_I(ip)->i_state &= ~I_DONTCACHE;
H A Dxfs_inode.c2086 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE));
/linux-master/fs/xfs/scrub/
H A Dcommon.c1061 VFS_I(ip)->i_state &= ~I_DONTCACHE;
/linux-master/fs/
H A Dinode.c1716 !(inode->i_state & I_DONTCACHE) &&
H A Ddcache.c731 inode->i_state |= I_DONTCACHE;
/linux-master/include/linux/
H A Dfs.h2366 * I_DONTCACHE Evict inode as soon as it is not used anymore.
2394 #define I_DONTCACHE (1 << 16) macro
/linux-master/fs/bcachefs/
H A Dfs.c1580 * Initially, we scan for inodes without I_DONTCACHE, then mark them to
1584 * I_DONTCACHE, we wait for them to be freed:
1598 if (!(inode->v.i_state & I_DONTCACHE) &&

Completed in 184 milliseconds