Searched refs:BUFNR (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/reiserfs/
H A Djournal.c62 #define BUFNR 64 /*read ahead */ macro
2312 * size (but no more than BUFNR blocks at a time). This proved to improve
2322 struct buffer_head *bhlist[BUFNR];
2323 unsigned int blocks = BUFNR;
2331 if (block + BUFNR > max_block) {

Completed in 198 milliseconds