Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dio.c87 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ)) in cachefiles_read()
208 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ)) in cachefiles_query_occupancy()
366 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_WRITE)) { in cachefiles_write()
413 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_READ)) in cachefiles_do_prepare_read()
604 if (!fscache_wait_for_operation(cres, FSCACHE_WANT_WRITE)) in cachefiles_prepare_write()
/kernel/linux/linux-6.6/fs/fscache/
H A Dio.c16 * fscache_wait_for_operation - Wait for an object become accessible
23 bool fscache_wait_for_operation(struct netfs_cache_resources *cres, in fscache_wait_for_operation() function
64 EXPORT_SYMBOL(fscache_wait_for_operation); variable
/kernel/linux/linux-6.6/include/linux/
H A Dfscache-cache.h113 extern bool fscache_wait_for_operation(struct netfs_cache_resources *cred,

Completed in 2 milliseconds