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

/linux-master/fs/
H A Dinode.c470 inode->i_state |= I_REFERENCED;
797 * If the inode has the I_REFERENCED flag set, then it means that it has been
825 (inode->i_state & ~I_REFERENCED) ||
834 if (inode->i_state & I_REFERENCED) {
835 inode->i_state &= ~I_REFERENCED;
/linux-master/include/linux/
H A Dfs.h2352 * I_REFERENCED Marks the inode as recently references on the LRU list.
2386 #define I_REFERENCED (1 << 8) macro
/linux-master/include/trace/events/
H A Dwriteback.h23 {I_REFERENCED, "I_REFERENCED"} \

Completed in 342 milliseconds