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

/linux-master/include/linux/
H A Dwriteback.h247 WARN_ON_ONCE(!(inode->i_state & I_CLEAR));
H A Dfs.h2303 * until that flag is cleared. I_WILL_FREE, I_FREEING and I_CLEAR are set at
2328 * Inodes in I_WILL_FREE, I_FREEING or I_CLEAR state can
2338 * I_CLEAR Added by clear_inode(). In this state the inode is
2341 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are
2383 #define I_CLEAR (1 << 6) macro
/linux-master/fs/
H A Dinode.c626 BUG_ON(inode->i_state & I_CLEAR);
629 inode->i_state = I_FREEING | I_CLEAR;
679 BUG_ON(inode->i_state != (I_FREEING | I_CLEAR));
1757 BUG_ON(inode->i_state & I_CLEAR);
/linux-master/include/trace/events/
H A Dwriteback.h20 {I_CLEAR, "I_CLEAR"}, \
/linux-master/fs/nfs/
H A Dpnfs.c323 if (i_state & (I_FREEING | I_CLEAR))

Completed in 137 milliseconds