Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetfs.h183 void (*end_operation)(struct netfs_cache_resources *cres); member
/Linux-v5.15/fs/cachefiles/
Dio.c370 .end_operation = cachefiles_end_operation,
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst440 void (*end_operation)(struct netfs_cache_resources *cres);
470 * ``end_operation()``
/Linux-v5.15/fs/netfs/
Dread_helper.c92 rreq->cache_resources.ops->end_operation(&rreq->cache_resources); in netfs_free_read_request()