Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dfscache_volume.c215 size_t coherency_len) in fscache_alloc_volume() argument
227 coherency_len = 0; in fscache_alloc_volume()
233 volume = kzalloc_flex(*volume, coherency, coherency_len); in fscache_alloc_volume()
238 volume->coherency_len = coherency_len; in fscache_alloc_volume()
240 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume()
333 size_t coherency_len) in __fscache_acquire_volume() argument
338 coherency_data, coherency_len); in __fscache_acquire_volume()
449 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst146 u8 coherency_len;
168 * ``coherency_len`` - The amount of data in the coherency buffer.
H A Dnetfs-api.rst101 size_t coherency_len);