Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A Dorangefs-bufmap.c158 unsigned long *buffer_index_array; member
179 kfree(bufmap->buffer_index_array); in orangefs_bufmap_free()
229 bufmap->buffer_index_array = in orangefs_bufmap_alloc()
231 if (!bufmap->buffer_index_array) in orangefs_bufmap_alloc()
253 kfree(bufmap->buffer_index_array); in orangefs_bufmap_alloc()
383 bufmap->buffer_index_array); in orangefs_bufmap_initialize()
/linux/Documentation/filesystems/
A Dorangefs.rst300 * buffer_index_array - a desc_count sized array of ints, used to
302 * buffer_index_lock - a spinlock to protect buffer_index_array during update.

Completed in 6 milliseconds