Home
last modified time | relevance | path

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

/linux-6.15/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(struct_size(volume, coherency, coherency_len), in fscache_alloc_volume()
239 volume->coherency_len = coherency_len; in fscache_alloc_volume()
241 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume()
334 size_t coherency_len) in __fscache_acquire_volume() argument
339 coherency_data, coherency_len); in __fscache_acquire_volume()
450 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
/linux-6.15/fs/cachefiles/
H A Dxattr.c215 unsigned int len = volume->vcookie->coherency_len; in cachefiles_set_volume_xattr()
227 memcpy(buf->data, p, volume->vcookie->coherency_len); in cachefiles_set_volume_xattr()
264 unsigned int len = volume->vcookie->coherency_len; in cachefiles_check_volume_xattr()
/linux-6.15/include/linux/
H A Dfscache.h91 u8 coherency_len; /* Length of the coherency data */ member
203 size_t coherency_len) in fscache_acquire_volume() argument
208 coherency_data, coherency_len); in fscache_acquire_volume()
/linux-6.15/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);