Home
last modified time | relevance | path

Searched refs:end_operation (Results 1 – 6 of 6) sorted by relevance

/linux/fs/netfs/
H A Dobjects.c136 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_request()
/linux/include/linux/
H A Dfscache.h472 ops->end_operation(cres); in fscache_end_operation()
H A Dnetfs.h335 void (*end_operation)(struct netfs_cache_resources *cres); member
/linux/fs/erofs/
H A Dfscache.c50 io->cres.ops->end_operation(&io->cres); in erofs_fscache_io_put()
/linux/Documentation/filesystems/
H A Dnetfs_library.rst470 void (*end_operation)(struct netfs_cache_resources *cres);
508 * ``end_operation()``
/linux/fs/cachefiles/
H A Dio.c725 .end_operation = cachefiles_end_operation,