Searched defs:max_blocks (Results  1 – 16 of 16) sorted by relevance
| /linux-4.4.14/arch/powerpc/lib/ | 
| D | rheap.c | 45 static int grow(rh_info_t * info, int max_blocks)  in grow()105 	int max_blocks;  in assure_empty()  local
 300 void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks,  in rh_init()
 
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | rheap.h | 28 	int max_blocks;  member
 | 
| /linux-4.4.14/include/linux/ | 
| D | shmem_fs.h | 26 	unsigned long max_blocks;   /* How many blocks are allowed */  member
 | 
| /linux-4.4.14/fs/omfs/ | 
| D | file.c | 229 	int max_blocks = bh_result->b_size >> inode->i_blkbits;  in omfs_get_block()  local
 | 
| /linux-4.4.14/drivers/mmc/core/ | 
| D | sdio_io.c | 307 	unsigned max_blocks;  in sdio_io_rw_ext_helper()  local
 | 
| /linux-4.4.14/fs/fat/ | 
| D | inode.c | 112 				  unsigned long *max_blocks,  in __fat_get_block()167 	unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;  in fat_get_block()  local
 
 | 
| /linux-4.4.14/fs/gfs2/ | 
| D | file.c | 780 			    unsigned int max_blocks)  in calc_max_reserv()
 | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | aops.c | 142 	u64 max_blocks = bh_result->b_size >> inode->i_blkbits;  in ocfs2_get_block()  local524 	unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits;  in ocfs2_direct_IO_get_blocks()  local
 
 | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | sufile.c | 1035 	u64 segnum, segnum_end, minlen, len, max_blocks, ndiscarded = 0;  in nilfs_sufile_trim_fs()  local
 | 
| /linux-4.4.14/fs/ext4/ | 
| D | extents.c | 4759 	unsigned int max_blocks;  in ext4_zero_range()  local4920 	unsigned int max_blocks;  in ext4_fallocate()  local
 5027 	unsigned int max_blocks;  in ext4_convert_unwritten_extents()  local
 
 | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | bcmsdh.c | 1028 	uint max_blocks;  in brcmf_sdiod_probe()  local
 | 
| /linux-4.4.14/fs/ext2/ | 
| D | inode.c | 768 	unsigned max_blocks = bh_result->b_size >> inode->i_blkbits;  in ext2_get_block()  local
 | 
| /linux-4.4.14/drivers/nvme/host/ | 
| D | scsi.c | 1623 					u32 max_blocks)  in nvme_trans_io_get_num_cmds()1661 	u32 max_blocks = queue_max_hw_sectors(ns->queue);  in nvme_trans_do_nvme_io()  local
 
 | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dasd_int.h | 271 	int max_blocks;		/* maximum number of blocks to be chained */  member
 | 
| /linux-4.4.14/fs/f2fs/ | 
| D | segment.c | 566 	int max_blocks = sbi->blocks_per_seg;  in add_discard_addrs()  local
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | sd.c | 638 	unsigned int max_blocks = 0;  in sd_config_discard()  local
 |