Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fat/
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()
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()
/linux-6.3-rc2/fs/
A Dmpage.c144 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage()
454 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage()
A Dbuffer.c2286 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_folio()
/linux-6.3-rc2/fs/ext4/
A Dmove_extent.c176 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in mext_page_mkuptodate()
213 BUG_ON(nr >= MAX_BUF_PER_PAGE); in mext_page_mkuptodate()
A Dreadpage.c233 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages()
/linux-6.3-rc2/fs/ntfs/
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()
/linux-6.3-rc2/include/linux/
A Dbuffer_head.h45 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro

Completed in 22 milliseconds