Home
last modified time | relevance | path

Searched refs:MAX_BUF_PER_PAGE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c558 struct buffer_head *bh_arr[MAX_BUF_PER_PAGE], *bh, *head; in xfs_convert_page()
672 struct buffer_head *bh_arr[MAX_BUF_PER_PAGE], *bh, *head; in xfs_page_state_convert()
Dxfs_buf.c1584 struct buffer_head *bh, *head, *bufferlist[MAX_BUF_PER_PAGE]; in _pagebuf_page_io()
/linux-2.4.37.9/fs/
Dbuffer.c56 #define NR_RESERVED (10*MAX_BUF_PER_PAGE)
1781 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_page()
/linux-2.4.37.9/include/linux/
Dfs.h233 #define MAX_BUF_PER_PAGE (PAGE_CACHE_SIZE / 512) macro