Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/fs/netfs/
Dread_pgpriv2.c150 if (!fscache_resources_valid(&rreq->cache_resources)) in netfs_pgpriv2_write_to_the_cache()
Dwrite_issue.c124 if (fscache_resources_valid(&wreq->cache_resources)) { in netfs_create_write_req()