Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H 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()
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()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dfatent.c261 struct buffer_head *bhs[MAX_BUF_PER_PAGE]; in exfat_zeroed_cluster()
262 int nr_bhs = MAX_BUF_PER_PAGE; in exfat_zeroed_cluster()
/OK3568_Linux_fs/kernel/fs/
H A Dmpage.c203 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage()
528 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage()
H A Dbuffer.c2291 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in block_read_full_page()
/OK3568_Linux_fs/kernel/fs/ext4/
H 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()
H A Dreadpage.c276 sector_t blocks[MAX_BUF_PER_PAGE]; in ext4_mpage_readpages()
/OK3568_Linux_fs/kernel/fs/ntfs/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h44 #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) macro