Home
last modified time | relevance | path

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

/linux/fs/netfs/
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()
335 size_t coherency_len) in __fscache_acquire_volume() argument
340 coherency_data, coherency_len); in __fscache_acquire_volume()
451 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
/linux/fs/cachefiles/
A Dxattr.c208 unsigned int len = volume->vcookie->coherency_len; in cachefiles_set_volume_xattr()
220 memcpy(buf->data, p, volume->vcookie->coherency_len); in cachefiles_set_volume_xattr()
257 unsigned int len = volume->vcookie->coherency_len; in cachefiles_check_volume_xattr()
/linux/include/linux/
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/Documentation/filesystems/caching/
A Dbackend-api.rst146 u8 coherency_len;
168 * ``coherency_len`` - The amount of data in the coherency buffer.
A Dnetfs-api.rst101 size_t coherency_len);

Completed in 13 milliseconds