| /linux-4.4.14/fs/ | 
| D | mpage.c | 146 	const unsigned blkbits = inode->i_blkbits;  in do_mpage_readpage()  local 147 	const unsigned blocks_per_page = PAGE_CACHE_SIZE >> blkbits;  in do_mpage_readpage() 148 	const unsigned blocksize = 1 << blkbits;  in do_mpage_readpage() 164 	block_in_file = (sector_t)page->index << (PAGE_CACHE_SHIFT - blkbits);  in do_mpage_readpage() 166 	last_block_in_file = (i_size_read(inode) + blocksize - 1) >> blkbits;  in do_mpage_readpage() 174 	nblocks = map_bh->b_size >> blkbits;  in do_mpage_readpage() 204 			map_bh->b_size = (last_block-block_in_file) << blkbits;  in do_mpage_readpage() 236 		nblocks = map_bh->b_size >> blkbits;  in do_mpage_readpage() 251 		zero_user_segment(page, first_hole << blkbits, PAGE_CACHE_SIZE);  in do_mpage_readpage() 276 			if (!bdev_read_page(bdev, blocks[0] << (blkbits - 9),  in do_mpage_readpage() [all …] 
 | 
| D | direct-io.c | 63 	unsigned blkbits;		/* doesn't change */  member 606 	unsigned int i_blkbits = sdio->blkbits + sdio->blkfactor;  in get_more_blocks() 637 							sdio->blkbits))  in get_more_blocks() 665 	sector = start_sector << (sdio->blkbits - 9);  in dio_new_bio() 695 			(sdio->cur_page_len >> sdio->blkbits);  in dio_bio_add_page() 797 	    (sdio->cur_page_len >> sdio->blkbits) == blocknr) {  in submit_page_section() 818 	sdio->cur_page_fs_offset = sdio->block_in_file << sdio->blkbits;  in submit_page_section() 885 	this_chunk_bytes = this_chunk_blocks << sdio->blkbits;  in dio_zero_block() 914 	const unsigned blkbits = sdio->blkbits;  in do_direct_IO()  local 951 						map_bh->b_size >> sdio->blkbits;  in do_direct_IO() [all …] 
 | 
| D | dax.c | 72 		unsigned blkbits)  in dax_get_addr()  argument 75 	sector_t sector = bh->b_blocknr << (blkbits - 9);  in dax_get_addr() 126 			unsigned blkbits = inode->i_blkbits;  in dax_io()  local 128 			sector_t block = page << (PAGE_SHIFT - blkbits);  in dax_io() 129 			unsigned first = pos - (block << blkbits);  in dax_io() 140 					bh->b_size = 1 << blkbits;  in dax_io() 145 				bh->b_blocknr += done >> blkbits;  in dax_io() 154 				retval = dax_get_addr(bh, &addr, blkbits);  in dax_io() 279 			unsigned blkbits, unsigned long vaddr)  in copy_user_bh()  argument 284 	if (dax_get_addr(bh, &vfrom, blkbits) < 0)  in copy_user_bh() [all …] 
 | 
| D | buffer.c | 2509 	const unsigned blkbits = inode->i_blkbits;  in nobh_write_begin()  local 2510 	const unsigned blocksize = 1 << blkbits;  in nobh_write_begin() 2557 	block_in_file = (sector_t)page->index << (PAGE_CACHE_SHIFT - blkbits);  in nobh_write_begin()
  | 
| /linux-4.4.14/fs/ext4/ | 
| D | file.c | 145 			unsigned int blkbits = inode->i_blkbits;  in ext4_file_write_iter()  local 148 			map.m_lblk = pos >> blkbits;  in ext4_file_write_iter() 149 			map.m_len = (EXT4_BLOCK_ALIGN(pos + length, blkbits) >> blkbits)  in ext4_file_write_iter() 442 	unsigned int blkbits;  in ext4_find_unwritten_pgoff()  local 450 	blkbits = inode->i_sb->s_blocksize_bits;  in ext4_find_unwritten_pgoff() 453 	endoff = (loff_t)(map->m_lblk + map->m_len) << blkbits;  in ext4_find_unwritten_pgoff() 575 	int blkbits;  in ext4_seek_data()  local 586 	blkbits = inode->i_sb->s_blocksize_bits;  in ext4_seek_data() 587 	start = offset >> blkbits;  in ext4_seek_data() 589 	end = isize >> blkbits;  in ext4_seek_data() [all …] 
 | 
| D | readpage.c | 142 	const unsigned blkbits = inode->i_blkbits;  in ext4_mpage_readpages()  local 143 	const unsigned blocks_per_page = PAGE_CACHE_SIZE >> blkbits;  in ext4_mpage_readpages() 144 	const unsigned blocksize = 1 << blkbits;  in ext4_mpage_readpages() 176 		block_in_file = (sector_t)page->index << (PAGE_CACHE_SHIFT - blkbits);  in ext4_mpage_readpages() 178 		last_block_in_file = (i_size_read(inode) + blocksize - 1) >> blkbits;  in ext4_mpage_readpages() 252 			zero_user_segment(page, first_hole << blkbits,  in ext4_mpage_readpages() 294 			bio->bi_iter.bi_sector = blocks[0] << (blkbits - 9);  in ext4_mpage_readpages() 299 		length = first_hole << blkbits;  in ext4_mpage_readpages()
  | 
| D | move_extent.c | 462 	unsigned int blkbits = orig_inode->i_blkbits;  in mext_check_arguments()  local 463 	unsigned int blocksize = 1 << blkbits;  in mext_check_arguments() 465 	orig_eof = (i_size_read(orig_inode) + blocksize - 1) >> blkbits;  in mext_check_arguments() 466 	donor_eof = (i_size_read(donor_inode) + blocksize - 1) >> blkbits;  in mext_check_arguments()
  | 
| D | extents.c | 4767 	unsigned int blkbits = inode->i_blkbits;  in ext4_zero_range()  local 4787 	start = round_up(offset, 1 << blkbits);  in ext4_zero_range() 4788 	end = round_down((offset + len), 1 << blkbits);  in ext4_zero_range() 4792 	partial_begin = offset & ((1 << blkbits) - 1);  in ext4_zero_range() 4793 	partial_end = (offset + len) & ((1 << blkbits) - 1);  in ext4_zero_range() 4795 	lblk = start >> blkbits;  in ext4_zero_range() 4796 	max_blocks = (end >> blkbits);  in ext4_zero_range() 4831 				round_down(offset, 1 << blkbits) >> blkbits,  in ext4_zero_range() 4832 				(round_up((offset + len), 1 << blkbits) -  in ext4_zero_range() 4833 				 round_down(offset, 1 << blkbits)) >> blkbits,  in ext4_zero_range() [all …] 
 | 
| D | super.c | 2308 static loff_t ext4_max_size(int blkbits, int has_huge_files)  in ext4_max_size()  argument 2323 		upper_limit >>= (blkbits - 9);  in ext4_max_size() 2324 		upper_limit <<= blkbits;  in ext4_max_size() 2333 	res <<= blkbits;  in ext4_max_size()
  | 
| D | ext4.h | 250 #define EXT4_BLOCK_ALIGN(size, blkbits)		ALIGN((size), (1 << (blkbits)))  argument
  | 
| D | inode.c | 2351 	int blkbits = mpd->inode->i_blkbits;  in mpage_prepare_extent_to_map()  local 2421 				(PAGE_CACHE_SHIFT - blkbits);  in mpage_prepare_extent_to_map()
  | 
| /linux-4.4.14/drivers/usb/gadget/function/ | 
| D | storage_common.c | 193 	unsigned int			blkbits;  in fsg_lun_open()  local 239 		blkbits = 11;  in fsg_lun_open() 242 		blkbits = blksize_bits(blksize);  in fsg_lun_open() 245 		blkbits = 9;  in fsg_lun_open() 248 	num_sectors = size >> blkbits; /* File size in logic-block-size blocks */  in fsg_lun_open() 269 	curlun->blkbits = blkbits;  in fsg_lun_open()
  | 
| D | f_mass_storage.c | 674 	file_offset = ((loff_t) lba) << curlun->blkbits;  in do_read() 708 					file_offset >> curlun->blkbits;  in do_read() 749 					file_offset >> curlun->blkbits;  in do_read() 823 	file_offset = usb_offset = ((loff_t) lba) << curlun->blkbits;  in do_write() 846 					usb_offset >> curlun->blkbits;  in do_write() 884 					file_offset >> curlun->blkbits;  in do_write() 935 					file_offset >> curlun->blkbits;  in do_write() 1022 	amount_left = verification_length << curlun->blkbits;  in do_verify() 1023 	file_offset = ((loff_t) lba) << curlun->blkbits;  in do_verify() 1049 				file_offset >> curlun->blkbits;  in do_verify() [all …] 
 | 
| D | storage_common.h | 109 	unsigned int	blkbits; /* Bits of logical block size  member
  | 
| /linux-4.4.14/mm/ | 
| D | page_io.c | 140 	unsigned blkbits;  in generic_swapfile_activate()  local 148 	blkbits = inode->i_blkbits;  in generic_swapfile_activate() 149 	blocks_per_page = PAGE_SIZE >> blkbits;  in generic_swapfile_activate() 157 	last_block = i_size_read(inode) >> blkbits;  in generic_swapfile_activate() 189 		first_block >>= (PAGE_SHIFT - blkbits);  in generic_swapfile_activate()
  | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | inode.c | 998 	unsigned int blkbits = inode->i_blkbits;  in nilfs_fiemap()  local 1009 	blkoff = start >> blkbits;  in nilfs_fiemap() 1010 	end_blkoff = (start + len - 1) >> blkbits;  in nilfs_fiemap() 1031 			logical = blkoff << blkbits;  in nilfs_fiemap() 1033 			size = delalloc_blklen << blkbits;  in nilfs_fiemap() 1064 			past_eof = ((blkoff << blkbits) >= isize);  in nilfs_fiemap() 1082 				if (phys && blkphy << blkbits == phys + size) {  in nilfs_fiemap() 1084 					size += n << blkbits;  in nilfs_fiemap() 1095 					logical = blkoff << blkbits;  in nilfs_fiemap() 1096 					phys = blkphy << blkbits;  in nilfs_fiemap() [all …] 
 | 
| D | page.c | 44 		       int blkbits, unsigned long b_state)  in __nilfs_get_page_block()  argument 51 		create_empty_buffers(page, 1 << blkbits, b_state);  in __nilfs_get_page_block() 53 	first_block = (unsigned long)index << (PAGE_CACHE_SHIFT - blkbits);  in __nilfs_get_page_block() 66 	int blkbits = inode->i_blkbits;  in nilfs_grab_buffer()  local 67 	pgoff_t index = blkoff >> (PAGE_CACHE_SHIFT - blkbits);  in nilfs_grab_buffer() 75 	bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state);  in nilfs_grab_buffer()
  | 
| D | mdt.c | 559 	int blkbits = inode->i_blkbits;  in nilfs_mdt_freeze_buffer()  local 566 		create_empty_buffers(page, 1 << blkbits, 0);  in nilfs_mdt_freeze_buffer() 568 	bh_frozen = nilfs_page_get_nth_block(page, bh_offset(bh) >> blkbits);  in nilfs_mdt_freeze_buffer()
  | 
| D | the_nilfs.c | 358 static unsigned long long nilfs_max_size(unsigned int blkbits)  in nilfs_max_size()  argument 363 	max_bits = blkbits + NILFS_BMAP_KEY_BIT; /* bmap size limit */  in nilfs_max_size()
  | 
| /linux-4.4.14/fs/isofs/ | 
| D | compress.c | 210 	unsigned int blkbits = ISOFS_BUFFER_BITS(inode);  in zisofs_fill_pages()  local 211 	unsigned int blksize = 1 << blkbits;  in zisofs_fill_pages() 236 	bh = isofs_bread(inode, blockptr >> blkbits);  in zisofs_fill_pages() 249 			bh = isofs_bread(inode, blockptr >> blkbits);  in zisofs_fill_pages()
  | 
| /linux-4.4.14/fs/f2fs/ | 
| D | data.c | 881 	const unsigned blkbits = inode->i_blkbits;  in f2fs_mpage_readpages()  local 882 	const unsigned blocksize = 1 << blkbits;  in f2fs_mpage_readpages() 909 								blkbits;  in f2fs_mpage_readpages()
  | 
| /linux-4.4.14/fs/fuse/ | 
| D | dir.c | 828 	unsigned int blkbits;  in fuse_fillattr()  local 857 		blkbits = ilog2(attr->blksize);  in fuse_fillattr() 859 		blkbits = inode->i_sb->s_blocksize_bits;  in fuse_fillattr() 861 	stat->blksize = 1 << blkbits;  in fuse_fillattr()
  | 
| /linux-4.4.14/Documentation/filesystems/cifs/ | 
| D | CHANGES | 717 Fix oops on big endian readdir.  Set blksize to be even power of two (2**blkbits) to fix
  |