Home
last modified time | relevance | path

Searched refs:using_pgpriv2 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/netfs/
H A Dfscache_io.c168 bool using_pgpriv2; member
199 if (wreq->using_pgpriv2) in fscache_wreq_done()
214 bool using_pgpriv2, bool cond) in __fscache_write_to_cache() argument
232 wreq->using_pgpriv2 = using_pgpriv2; in __fscache_write_to_cache()
260 if (using_pgpriv2) in __fscache_write_to_cache()
/linux/include/linux/
H A Dfscache.h180 bool using_pgpriv2, bool cond);
600 * @using_pgpriv2: If we're using PG_private_2 to mark in-progress write
612 * @term_func_priv. Note that if @using_pgpriv2 is set, the PG_private_2 flags
621 bool using_pgpriv2, bool caching) in fscache_write_to_cache() argument
626 using_pgpriv2, caching); in fscache_write_to_cache()