Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_io.c170 void *term_func_priv; member
204 wreq->term_func(wreq->term_func_priv, transferred_or_error); in fscache_wreq_done()
213 void *term_func_priv, in __fscache_write_to_cache() argument
235 wreq->term_func_priv = term_func_priv; in __fscache_write_to_cache()
263 term_func(term_func_priv, ret); in __fscache_write_to_cache()
/linux/include/linux/
H A Dnetfs.h336 void *term_func_priv);
343 void *term_func_priv);
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst249 void *term_func_priv);
254 void *term_func_priv);
401 void *term_func_priv,
421 term_func_priv will be passed, along with the error or amount written.