Home
last modified time | relevance | path

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

/fs/netfs/
A Dfscache_volume.c214 const void *coherency_data, in fscache_alloc_volume() argument
226 if (!coherency_data) in fscache_alloc_volume()
240 if (coherency_data) in fscache_alloc_volume()
241 memcpy(volume->coherency, coherency_data, coherency_len); in fscache_alloc_volume()
333 const void *coherency_data, in __fscache_acquire_volume() argument
339 coherency_data, coherency_len); in __fscache_acquire_volume()
441 const void *coherency_data, in __fscache_relinquish_volume() argument
449 } else if (coherency_data) { in __fscache_relinquish_volume()
450 memcpy(volume->coherency, coherency_data, volume->coherency_len); in __fscache_relinquish_volume()

Completed in 5 milliseconds