Searched refs:MAX_BUF_PER_PAGE (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/fat/ |
A D | fatent.c | 472 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 D | dir.c | 1137 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 D | mpage.c | 144 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage() 454 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage()
|
A D | buffer.c | 2286 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_folio()
|
/linux-6.3-rc2/fs/ext4/ |
A D | move_extent.c | 176 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 D | readpage.c | 233 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages()
|
/linux-6.3-rc2/fs/ntfs/ |
A D | aops.c | 174 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 D | buffer_head.h | 45 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro
|
Completed in 18 milliseconds