Searched refs:I_REFERENCED (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dwriteback.h23 {I_REFERENCED, "I_REFERENCED"} \
/linux-4.1.27/fs/
H A Dinode.c669 * If the inode has the I_REFERENCED flag set, then it means that it has been
695 (inode->i_state & ~I_REFERENCED)) { inode_lru_isolate()
703 if (inode->i_state & I_REFERENCED) { inode_lru_isolate()
704 inode->i_state &= ~I_REFERENCED; inode_lru_isolate()
1439 inode->i_state |= I_REFERENCED; iput_final()
/linux-4.1.27/include/linux/
H A Dfs.h1820 * I_REFERENCED Marks the inode as recently references on the LRU list.
1836 #define I_REFERENCED (1 << 8) macro

Completed in 76 milliseconds