Home
last modified time | relevance | path

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

/Linux-v6.1/fs/fscache/
Dvolume.c201 size_t coherency_len) in fscache_alloc_volume() argument
213 coherency_len = 0; in fscache_alloc_volume()
219 volume = kzalloc(struct_size(volume, coherency, coherency_len), in fscache_alloc_volume()
225 volume->coherency_len = coherency_len; in fscache_alloc_volume()
227 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume()
322 size_t coherency_len) in __fscache_acquire_volume() argument
327 coherency_data, coherency_len); in __fscache_acquire_volume()
437 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()
/Linux-v6.1/fs/cachefiles/
Dxattr.c194 unsigned int len = volume->vcookie->coherency_len; in cachefiles_set_volume_xattr()
206 memcpy(buf->data, p, volume->vcookie->coherency_len); in cachefiles_set_volume_xattr()
237 unsigned int len = volume->vcookie->coherency_len; in cachefiles_check_volume_xattr()
/Linux-v6.1/include/linux/
Dfscache.h91 u8 coherency_len; /* Length of the coherency data */ member
200 size_t coherency_len) in fscache_acquire_volume() argument
205 coherency_data, coherency_len); in fscache_acquire_volume()
/Linux-v6.1/Documentation/filesystems/caching/
Dbackend-api.rst146 u8 coherency_len;
168 * ``coherency_len`` - The amount of data in the coherency buffer.
Dnetfs-api.rst101 size_t coherency_len);