Home
last modified time | relevance | path

Searched refs:fscache_resources_valid (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dfscache.h26 #define fscache_resources_valid(cres) ((cres)->cache_priv) macro
33 #define fscache_resources_valid(cres) (false) macro
431 return fscache_resources_valid(cres) ? cres->ops : NULL; in fscache_operation_valid()
/linux/fs/netfs/
H A Dread_pgpriv2.c102 if (!fscache_resources_valid(&rreq->cache_resources)) in netfs_pgpriv2_begin_copy_to_cache()
H A Dread_collect.c392 fscache_resources_valid(&rreq->cache_resources)) { in netfs_rreq_assess_single()
H A Dwrite_issue.c127 if (fscache_resources_valid(&wreq->cache_resources)) { in netfs_create_write_req()