Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/orangefs/
A Dorangefs-bufmap.c158 unsigned long *buffer_index_array; member
179 bitmap_free(bufmap->buffer_index_array); in orangefs_bufmap_free()
229 bufmap->buffer_index_array = bitmap_zalloc(bufmap->desc_count, GFP_KERNEL); in orangefs_bufmap_alloc()
230 if (!bufmap->buffer_index_array) in orangefs_bufmap_alloc()
252 bitmap_free(bufmap->buffer_index_array); in orangefs_bufmap_alloc()
382 bufmap->buffer_index_array); in orangefs_bufmap_initialize()
/linux-6.3-rc2/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 4 milliseconds