Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Dfatent.c472 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_clusters()
475 BUG_ON(nr_cluster > (MAX_BUF_PER_PAGE / 2)); /* fixed limit */ in fat_alloc_clusters()
560 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_free_clusters()
603 if (nr_bhs + fatent.nr_bhs > MAX_BUF_PER_PAGE) { in fat_free_clusters()
/linux/include/linux/
H A Dbuffer_head.h43 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro