Home
last modified time | relevance | path

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

/Linux-v5.4/fs/orangefs/
Dorangefs-bufmap.c158 unsigned long *buffer_index_array; member
182 kfree(bufmap->buffer_index_array); in orangefs_bufmap_free()
232 bufmap->buffer_index_array = in orangefs_bufmap_alloc()
234 if (!bufmap->buffer_index_array) in orangefs_bufmap_alloc()
256 kfree(bufmap->buffer_index_array); in orangefs_bufmap_alloc()
386 bufmap->buffer_index_array); in orangefs_bufmap_initialize()
/Linux-v5.4/Documentation/filesystems/
Dorangefs.txt287 * buffer_index_array - a desc_count sized array of ints, used to
289 * buffer_index_lock - a spinlock to protect buffer_index_array during update.