Searched refs:coherency_data (Results 1 – 1 of 1) sorted by relevance
214 const void *coherency_data, in fscache_alloc_volume() argument226 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() argument339 coherency_data, coherency_len); in __fscache_acquire_volume()441 const void *coherency_data, in __fscache_relinquish_volume() argument449 } 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