Searched refs:PIPE_BUF_FLAG_LRU (Results 1 – 3 of 3) sorted by relevance
7 #define PIPE_BUF_FLAG_LRU 0x01 /* page is on the LRU */ macro
77 buf->flags |= PIPE_BUF_FLAG_LRU; in page_cache_pipe_buf_try_steal()95 buf->flags &= ~PIPE_BUF_FLAG_LRU; in page_cache_pipe_buf_release()153 buf->flags |= PIPE_BUF_FLAG_LRU; in user_page_pipe_buf_try_steal()
844 if (!(buf->flags & PIPE_BUF_FLAG_LRU)) in fuse_try_move_page()