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

/linux-4.1.27/include/trace/events/
H A Dwriteback.h19 {I_CLEAR, "I_CLEAR"}, \
/linux-4.1.27/fs/
H A Dinode.c502 BUG_ON(inode->i_state & I_CLEAR); clear_inode()
504 inode->i_state = I_FREEING | I_CLEAR; clear_inode()
556 BUG_ON(inode->i_state != (I_FREEING | I_CLEAR)); evict()
1475 BUG_ON(inode->i_state & I_CLEAR); iput()
/linux-4.1.27/include/linux/
H A Dfs.h1780 * until that flag is cleared. I_WILL_FREE, I_FREEING and I_CLEAR are set at
1796 * Inodes in I_WILL_FREE, I_FREEING or I_CLEAR state can
1806 * I_CLEAR Added by clear_inode(). In this state the inode is
1809 * Inodes that are I_WILL_FREE, I_FREEING or I_CLEAR are
1833 #define I_CLEAR (1 << 6) macro
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dnamei.c136 } else if (!(inode->i_state & (I_FREEING | I_CLEAR))) ll_iget()
/linux-4.1.27/fs/gfs2/
H A Dinode.c53 inode->i_state & (I_FREEING|I_CLEAR|I_WILL_FREE)) { iget_test()

Completed in 105 milliseconds