Home
last modified time | relevance | path

Searched refs:I_DONTCACHE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dinode.c1630 !(inode->i_state & I_DONTCACHE) && in iput_final()
H A Ddcache.c673 inode->i_state |= I_DONTCACHE; in d_mark_dontcache()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2244 #define I_DONTCACHE (1 << 16) macro