Home
last modified time | relevance | path

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

/linux/fs/fat/
A Dfatent.c471 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_alloc_clusters()
474 BUG_ON(nr_cluster > (MAX_BUF_PER_PAGE / 2)); /* fixed limit */ in fat_alloc_clusters()
559 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in fat_free_clusters()
602 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/fs/exfat/
A Dfatent.c279 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in exfat_zeroed_cluster()
280 int nr_bhs = MAX_BUF_PER_PAGE; in exfat_zeroed_cluster()
/linux/fs/
A Dmpage.c167 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage()
490 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage()
A Dbuffer.c2263 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_page()
/linux/fs/ext4/
A Dmove_extent.c171 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in mext_page_mkuptodate()
208 BUG_ON(nr >= MAX_BUF_PER_PAGE); in mext_page_mkuptodate()
A Dreadpage.c237 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages()
/linux/fs/ntfs/
A Daops.c174 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block()
910 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in ntfs_write_mst_block()
937 BUG_ON(max_bhs > MAX_BUF_PER_PAGE); in ntfs_write_mst_block()
/linux/include/linux/
A Dbuffer_head.h44 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro

Completed in 32 milliseconds