Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.h11 int orangefs_bufmap_size_query(void);
H A Dinode.c216 ow->maxpages = orangefs_bufmap_size_query()/PAGE_SIZE; in orangefs_writepages()
552 if (each_count > orangefs_bufmap_size_query()) in orangefs_direct_IO()
553 each_count = orangefs_bufmap_size_query(); in orangefs_direct_IO()
H A Dorangefs-bufmap.c188 int orangefs_bufmap_size_query(void) in orangefs_bufmap_size_query() function