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

/linux-master/fs/netfs/
H A Dfscache_volume.c202 size_t coherency_len)
214 coherency_len = 0;
220 volume = kzalloc(struct_size(volume, coherency, coherency_len),
226 volume->coherency_len = coherency_len;
228 memcpy(volume->coherency, coherency_data, coherency_len);
322 size_t coherency_len)
327 coherency_data, coherency_len);
437 memcpy(volume->coherency, coherency_data, volume->coherency_len);
199 fscache_alloc_volume(const char *volume_key, const char *cache_name, const void *coherency_data, size_t coherency_len) argument
319 __fscache_acquire_volume(const char *volume_key, const char *cache_name, const void *coherency_data, size_t coherency_len) argument
/linux-master/fs/cachefiles/
H A Dxattr.c194 unsigned int len = volume->vcookie->coherency_len;
206 memcpy(buf->data, p, volume->vcookie->coherency_len);
237 unsigned int len = volume->vcookie->coherency_len;
/linux-master/include/linux/
H A Dfscache.h91 u8 coherency_len; /* Length of the coherency data */ member in struct:fscache_volume
185 * @coherency_len: The size of the coherency data
200 size_t coherency_len)
205 coherency_data, coherency_len);
197 fscache_acquire_volume(const char *volume_key, const char *cache_name, const void *coherency_data, size_t coherency_len) argument

Completed in 108 milliseconds