Home
last modified time | relevance | path

Searched refs:I_CLEAR (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dwriteback.h249 WARN_ON_ONCE(!(inode->i_state & I_CLEAR)); in inode_detach_wb()
H A Dfs.h2154 * until that flag is cleared. I_WILL_FREE, I_FREEING and I_CLEAR are set at
2170 * Inodes in I_WILL_FREE, I_FREEING or I_CLEAR state can
2180 * I_CLEAR Added by clear_inode(). In this state the inode is
2183 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are
2226 #define I_CLEAR (1 << 6) macro
/kernel/linux/linux-6.6/include/linux/
H A Dwriteback.h241 WARN_ON_ONCE(!(inode->i_state & I_CLEAR)); in inode_detach_wb()
H A Dfs.h2196 * until that flag is cleared. I_WILL_FREE, I_FREEING and I_CLEAR are set at
2221 * Inodes in I_WILL_FREE, I_FREEING or I_CLEAR state can
2231 * I_CLEAR Added by clear_inode(). In this state the inode is
2234 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are
2276 #define I_CLEAR (1 << 6) macro
/kernel/linux/linux-5.10/fs/
H A Dinode.c571 BUG_ON(inode->i_state & I_CLEAR); in clear_inode()
574 inode->i_state = I_FREEING | I_CLEAR; in clear_inode()
628 BUG_ON(inode->i_state != (I_FREEING | I_CLEAR)); in evict()
1750 BUG_ON(inode->i_state & I_CLEAR); in iput()
/kernel/linux/linux-6.6/fs/
H A Dinode.c625 BUG_ON(inode->i_state & I_CLEAR); in clear_inode()
628 inode->i_state = I_FREEING | I_CLEAR; in clear_inode()
678 BUG_ON(inode->i_state != (I_FREEING | I_CLEAR)); in evict()
1793 BUG_ON(inode->i_state & I_CLEAR); in iput()
/kernel/linux/linux-5.10/include/trace/events/
H A Dwriteback.h20 {I_CLEAR, "I_CLEAR"}, \
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h20 {I_CLEAR, "I_CLEAR"}, \
/kernel/linux/linux-5.10/fs/nfs/
H A Dpnfs.c323 if (i_state & (I_FREEING | I_CLEAR)) in pnfs_put_layout_hdr()
/kernel/linux/linux-6.6/fs/nfs/
H A Dpnfs.c323 if (i_state & (I_FREEING | I_CLEAR)) in pnfs_put_layout_hdr()

Completed in 34 milliseconds