Searched refs:fscache_wait_for_operation (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dfscache-cache.h113 extern bool fscache_wait_for_operation(struct netfs_cache_resources *cred,
/linux-master/fs/netfs/
H A Dfscache_io.c16 * fscache_wait_for_operation - Wait for an object become accessible
23 bool fscache_wait_for_operation(struct netfs_cache_resources *cres, function
64 EXPORT_SYMBOL(fscache_wait_for_operation); variable
/linux-master/fs/cachefiles/
H A Dio.c87 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ))
208 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ))
365 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_WRITE)) {
412 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ))
611 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_WRITE))

Completed in 156 milliseconds