Searched refs:coherency_data (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/netfs/ |
| H A D | fscache_volume.c | 214 const void *coherency_data, in fscache_alloc_volume() argument 226 if (!coherency_data) in fscache_alloc_volume() 240 if (coherency_data) in fscache_alloc_volume() 241 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume() 333 const void *coherency_data, in __fscache_acquire_volume() argument 339 coherency_data, coherency_len); in __fscache_acquire_volume() 441 const void *coherency_data, in __fscache_relinquish_volume() argument 449 } else if (coherency_data) { in __fscache_relinquish_volume() 450 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
|
| /linux-6.15/include/linux/ |
| H A D | fscache.h | 202 const void *coherency_data, in fscache_acquire_volume() argument 208 coherency_data, coherency_len); in fscache_acquire_volume() 223 const void *coherency_data, in fscache_relinquish_volume() argument 227 __fscache_relinquish_volume(volume, coherency_data, invalidate); in fscache_relinquish_volume()
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 100 const void *coherency_data, 132 const void *coherency_data,
|