MAX_BUF_PER_PAGE
struct buffer_head *bhs[MAX_BUF_PER_PAGE];
err = fat_zeroed_cluster(dir, blknr, 1, bhs, MAX_BUF_PER_PAGE);
struct buffer_head *bhs[MAX_BUF_PER_PAGE];
err = fat_zeroed_cluster(dir, start_blknr, ++n, bhs, MAX_BUF_PER_PAGE);
struct buffer_head *bhs[MAX_BUF_PER_PAGE];
BUG_ON(nr_cluster > (MAX_BUF_PER_PAGE / 2)); /* fixed limit */
struct buffer_head *bhs[MAX_BUF_PER_PAGE];
if (nr_bhs + fatent.nr_bhs > MAX_BUF_PER_PAGE) {