Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpipe_fs_i.h7 #define PIPE_BUF_FLAG_LRU 0x01 /* page is on the LRU */ macro
/linux/fs/
H A Dsplice.c94 buf->flags |= PIPE_BUF_FLAG_LRU; in page_cache_pipe_buf_try_steal()
112 buf->flags &= ~PIPE_BUF_FLAG_LRU; in page_cache_pipe_buf_release()
168 buf->flags |= PIPE_BUF_FLAG_LRU; in user_page_pipe_buf_try_steal()
/linux/fs/fuse/
H A Ddev.c847 if (!(buf->flags & PIPE_BUF_FLAG_LRU)) in fuse_try_move_page()