50 unsigned long,
unsigned long);
66 #define NILFS_PAGE_BUG(page, m, a...) \
67 do { nilfs_page_bug(page); BUG(); } while (0)
69 static inline struct buffer_head *
70 nilfs_page_get_nth_block(
struct page *page,
unsigned int count)
72 struct buffer_head *bh = page_buffers(page);