Home
last modified time | relevance | path

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

/openbmc/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()
H A Ddir.c1137 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_new_dir()
1185 err = fat_zeroed_cluster(dir, blknr, 1, bhs, MAX_BUF_PER_PAGE); in fat_alloc_new_dir()
1204 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_add_new_entries()
1263 err = fat_zeroed_cluster(dir, start_blknr, ++n, bhs, MAX_BUF_PER_PAGE); in fat_add_new_entries()
/openbmc/linux/fs/
H A Dmpage.c170 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage()
480 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage()
H A Dbuffer.c2367 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_folio()
/openbmc/linux/fs/ext4/
H A Dmove_extent.c175 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in mext_page_mkuptodate()
214 BUG_ON(nr >= MAX_BUF_PER_PAGE); in mext_page_mkuptodate()
H A Dreadpage.c231 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages()
/openbmc/linux/fs/ntfs/
H A Daops.c174 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block()
912 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in ntfs_write_mst_block()
939 BUG_ON(max_bhs > MAX_BUF_PER_PAGE); in ntfs_write_mst_block()
/openbmc/linux/include/linux/
H A Dbuffer_head.h43 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro