Home
last modified time | relevance | path

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

/openbmc/linux/fs/fscache/
H A Dio.c61 return cookie->volume->cache->ops->begin_operation(cres, want_state); in fscache_wait_for_operation()
116 if (!cookie->volume->cache->ops->begin_operation(cres, want_state)) in fscache_begin_operation()
/openbmc/linux/include/linux/
H A Dfscache-cache.h76 bool (*begin_operation)(struct netfs_cache_resources *cres, member
/openbmc/linux/fs/cachefiles/
H A Dinterface.c455 .begin_operation = cachefiles_begin_operation,
/openbmc/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst386 bool (*begin_operation)(struct netfs_cache_resources *cres,
418 ``begin_operation`` method described above.