Home
last modified time | relevance | path

Searched refs:coherency_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/fscache/
A Dvolume.c201 const void *coherency_data, in fscache_alloc_volume() argument
213 if (!coherency_data) in fscache_alloc_volume()
227 if (coherency_data) in fscache_alloc_volume()
228 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume()
321 const void *coherency_data, in __fscache_acquire_volume() argument
327 coherency_data, coherency_len); in __fscache_acquire_volume()
428 const void *coherency_data, in __fscache_relinquish_volume() argument
436 } else if (coherency_data) { in __fscache_relinquish_volume()
437 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
/linux-6.3-rc2/include/linux/
A Dfscache.h199 const void *coherency_data, in fscache_acquire_volume() argument
205 coherency_data, coherency_len); in fscache_acquire_volume()
220 const void *coherency_data, in fscache_relinquish_volume() argument
224 __fscache_relinquish_volume(volume, coherency_data, invalidate); in fscache_relinquish_volume()
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dnetfs-api.rst100 const void *coherency_data,
132 const void *coherency_data,

Completed in 7 milliseconds