| /Linux-v5.10/fs/xfs/scrub/ | 
| D | dabtree.c | 478 	struct xfs_da_state_blk		*blks;  in xchk_da_btree()  local 509 	blks = ds.state->path.blk;  in xchk_da_btree() 518 	if (blks[level].bp == NULL)  in xchk_da_btree() 521 	blks[level].index = 0;  in xchk_da_btree() 524 		if (blks[level].magic != XFS_DA_NODE_MAGIC) {  in xchk_da_btree() 526 			if (blks[level].index >= ds.maxrecs[level]) {  in xchk_da_btree() 528 					blks[level - 1].index++;  in xchk_da_btree() 542 			blks[level].index++;  in xchk_da_btree() 548 		if (blks[level].index >= ds.maxrecs[level]) {  in xchk_da_btree() 550 				blks[level - 1].index++;  in xchk_da_btree() [all …] 
 | 
| /Linux-v5.10/fs/gfs2/ | 
| D | xattr.c | 235 	unsigned int blks = 0;  in ea_dealloc_unstuffed()  local 249 			blks++;  in ea_dealloc_unstuffed() 253 	if (!blks)  in ea_dealloc_unstuffed() 267 				 RES_EATTR + RES_STATFS + RES_QUOTA, blks);  in ea_dealloc_unstuffed() 724 			     unsigned int blks,  in ea_alloc_skeleton()  argument 727 	struct gfs2_alloc_parms ap = { .target = blks };  in ea_alloc_skeleton() 743 				 blks + gfs2_rg_blocks(ip, blks) +  in ea_alloc_skeleton() 795 	unsigned int blks = 1;  in ea_init()  local 804 		blks += DIV_ROUND_UP(er.er_data_len, jbsize);  in ea_init() 806 	return ea_alloc_skeleton(ip, &er, blks, ea_init_i, NULL);  in ea_init() [all …] 
 | 
| D | log.c | 50 	unsigned int blks;  in gfs2_struct2blk()  local 53 	blks = 1;  in gfs2_struct2blk() 58 		blks += DIV_ROUND_UP(nstruct - first, second);  in gfs2_struct2blk() 61 	return blks;  in gfs2_struct2blk() 401 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks)  in gfs2_log_release()  argument 404 	atomic_add(blks, &sdp->sd_log_blks_free);  in gfs2_log_release() 405 	trace_gfs2_log_blocks(sdp, blks);  in gfs2_log_release() 431 int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks)  in gfs2_log_reserve()  argument 435 	unsigned wanted = blks + reserved_blks;  in gfs2_log_reserve() 440 	if (gfs2_assert_warn(sdp, blks) ||  in gfs2_log_reserve() [all …] 
 | 
| D | log.h | 67 extern void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks); 68 extern int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks);
  | 
| D | lops.c | 761 	unsigned int blks = be32_to_cpu(ld->ld_data1);  in buf_lo_scan_elements()  local 771 	for (; blks; gfs2_replay_incr_blk(jd, &start), blks--) {  in buf_lo_scan_elements() 909 	unsigned int blks = be32_to_cpu(ld->ld_length);  in revoke_lo_scan_elements()  local 922 	for (; blks; gfs2_replay_incr_blk(jd, &start), blks--) {  in revoke_lo_scan_elements() 992 	unsigned int blks = be32_to_cpu(ld->ld_data1);  in databuf_lo_scan_elements()  local 1002 	for (; blks; gfs2_replay_incr_blk(jd, &start), blks--) {  in databuf_lo_scan_elements()
  | 
| /Linux-v5.10/drivers/scsi/fnic/ | 
| D | vnic_rq.c | 31 	unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count);  in vnic_rq_alloc_bufs()  local 33 	for (i = 0; i < blks; i++) {  in vnic_rq_alloc_bufs() 41 	for (i = 0; i < blks; i++) {  in vnic_rq_alloc_bufs()
  | 
| D | vnic_wq.c | 51 	unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count);  in vnic_wq_alloc_bufs()  local 53 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs() 61 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs()
  | 
| /Linux-v5.10/drivers/net/ethernet/cisco/enic/ | 
| D | vnic_rq.c | 35 	unsigned int blks = VNIC_RQ_BUF_BLKS_NEEDED(count);  in vnic_rq_alloc_bufs()  local 37 	for (i = 0; i < blks; i++) {  in vnic_rq_alloc_bufs() 43 	for (i = 0; i < blks; i++) {  in vnic_rq_alloc_bufs()
  | 
| D | vnic_wq.c | 35 	unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count);  in vnic_wq_alloc_bufs()  local 37 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs() 43 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs()
  | 
| /Linux-v5.10/fs/squashfs/ | 
| D | file.c | 329 	long long blks;  in read_blocklist()  local 348 		blks = read_indexes(inode->i_sb, index - res, &start, &offset);  in read_blocklist() 349 		if (blks < 0)  in read_blocklist() 350 			return (int) blks;  in read_blocklist() 351 		*block += blks;  in read_blocklist()
  | 
| /Linux-v5.10/drivers/scsi/snic/ | 
| D | vnic_wq.c | 47 	unsigned int blks = VNIC_WQ_BUF_BLKS_NEEDED(count);  in vnic_wq_alloc_bufs()  local 49 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs() 58 	for (i = 0; i < blks; i++) {  in vnic_wq_alloc_bufs()
  | 
| /Linux-v5.10/fs/ext2/ | 
| D | inode.c | 361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,  in ext2_blks_to_allocate()  argument 372 		if (blks < blocks_to_boundary + 1)  in ext2_blks_to_allocate() 373 			count += blks;  in ext2_blks_to_allocate() 380 	while (count < blks && count <= blocks_to_boundary  in ext2_blks_to_allocate() 396 			ext2_fsblk_t goal, int indirect_blks, int blks,  in ext2_alloc_blocks()  argument 413 	target = blks + indirect_blks;  in ext2_alloc_blocks() 476 			int indirect_blks, int *blks, ext2_fsblk_t goal,  in ext2_alloc_branch()  argument 488 				*blks, new_blocks, &err);  in ext2_alloc_branch() 533 	*blks = num;  in ext2_alloc_branch() 558 			long block, Indirect *where, int num, int blks)  in ext2_splice_branch()  argument [all …] 
 | 
| /Linux-v5.10/arch/powerpc/lib/ | 
| D | rheap.c | 50 	unsigned long blks, blke;  in grow()  local 70 		blks = (unsigned long)info->block;  in grow() 74 			fixup(blks, blke, delta, &blk->list);  in grow() 76 		fixup(blks, blke, delta, &info->empty_list);  in grow() 77 		fixup(blks, blke, delta, &info->free_list);  in grow() 78 		fixup(blks, blke, delta, &info->taken_list);  in grow()
  | 
| /Linux-v5.10/drivers/lightnvm/ | 
| D | core.c | 958 			   u8 *blks, int nr_blks, struct nvm_chk_meta *meta)  in nvm_bb_to_chunk()  argument 965 		blktype = blks[offset];  in nvm_bb_to_chunk() 968 			if (blks[offset + pl] &  in nvm_bb_to_chunk() 970 				blktype = blks[offset + pl];  in nvm_bb_to_chunk() 1002 	u8 *blks;  in nvm_get_bb_meta()  local 1017 	blks = kmalloc(nr_blks, GFP_KERNEL);  in nvm_get_bb_meta() 1018 	if (!blks)  in nvm_get_bb_meta() 1033 			ret = dev->ops->get_bb_tbl(dev, ppa_dev, blks);  in nvm_get_bb_meta() 1037 			ret = nvm_bb_to_chunk(dev, ppa_gen, blks, nr_blks,  in nvm_get_bb_meta() 1047 	kfree(blks);  in nvm_get_bb_meta()
  | 
| /Linux-v5.10/drivers/scsi/ | 
| D | st.c | 767 	int transfer, blks;  in st_flush_write_buffer()  local 786 		blks = transfer / STp->block_size;  in st_flush_write_buffer() 787 		cmd[2] = blks >> 16;  in st_flush_write_buffer() 788 		cmd[3] = blks >> 8;  in st_flush_write_buffer() 789 		cmd[4] = blks;  in st_flush_write_buffer() 810 					STps->drv_block += blks;  in st_flush_write_buffer() 819 				STps->drv_block += blks;  in st_flush_write_buffer() 1624 	ssize_t i, do_count, blks, transfer;  in st_write()  local 1762 			blks = transfer = do_count;  in st_write() 1765 				blks = STbp->buffer_bytes;  in st_write() [all …] 
 | 
| /Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_rm.h | 89 	enum dpu_hw_blk_type type, struct dpu_hw_blk **blks, int blks_size);
  | 
| /Linux-v5.10/fs/ufs/ | 
| D | super.c | 510 	unsigned size, blks, i;  in ufs_read_cylinder_structures()  local 519 	blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift;  in ufs_read_cylinder_structures() 524 	for (i = 0; i < blks; i += uspi->s_fpb) {  in ufs_read_cylinder_structures() 526 		if (i + uspi->s_fpb > blks)  in ufs_read_cylinder_structures() 527 			size = (blks - i) * uspi->s_fsize;  in ufs_read_cylinder_structures() 650 	unsigned blks, size, i;  in ufs_put_super_internal()  local 657 	blks = (size + uspi->s_fsize - 1) >> uspi->s_fshift;  in ufs_put_super_internal() 659 	for (i = 0; i < blks; i += uspi->s_fpb) {  in ufs_put_super_internal() 661 		if (i + uspi->s_fpb > blks)  in ufs_put_super_internal() 662 			size = (blks - i) * uspi->s_fsize;  in ufs_put_super_internal()
  | 
| /Linux-v5.10/net/tipc/ | 
| D | group.h | 71 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,
  | 
| D | group.c | 504 	int mtyp, blks;  in tipc_group_filter_msg()  local 530 		blks = msg_blocks(hdr);  in tipc_group_filter_msg() 580 		tipc_group_update_rcv_win(grp, blks, node, port, xmitq);  in tipc_group_filter_msg() 587 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node,  in tipc_group_update_rcv_win()  argument 600 	m->advertised -= blks;  in tipc_group_update_rcv_win()
  | 
| /Linux-v5.10/drivers/net/wireless/ti/wlcore/ | 
| D | hw_ops.h | 25 			     u32 blks, u32 spare_blks)  in wlcore_hw_set_tx_desc_blocks()  argument 30 	return wl->ops->set_tx_desc_blocks(wl, desc, blks, spare_blks);  in wlcore_hw_set_tx_desc_blocks()
  | 
| /Linux-v5.10/arch/mips/include/asm/octeon/ | 
| D | cvmx-dpi-defs.h | 439 		uint64_t blks:4;  member 441 		uint64_t blks:4; 452 		uint64_t blks:4;  member 454 		uint64_t blks:4;
  | 
| /Linux-v5.10/fs/erofs/ | 
| D | data.c | 338 		erofs_blk_t blks = i_size_read(inode) >> LOG_BLOCK_SIZE;  in erofs_bmap()  local 340 		if (block >> LOG_SECTORS_PER_BLOCK >= blks)  in erofs_bmap()
  | 
| /Linux-v5.10/fs/f2fs/ | 
| D | debug.c | 184 		int blks = get_seg_entry(sbi, i)->valid_blocks;  in update_general_status()  local 187 		if (!blks)  in update_general_status() 190 		if (blks == sbi->blocks_per_seg)  in update_general_status() 194 		si->valid_blks[type] += blks;  in update_general_status()
  | 
| D | f2fs.h | 3700 #define stat_inc_tot_blk_count(si, blks)				\  argument 3701 	((si)->tot_blks += (blks)) 3703 #define stat_inc_data_blk_count(sbi, blks, gc_type)			\  argument 3706 		stat_inc_tot_blk_count(si, blks);			\ 3707 		si->data_blks += (blks);				\ 3708 		si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0;	\ 3711 #define stat_inc_node_blk_count(sbi, blks, gc_type)			\  argument 3714 		stat_inc_tot_blk_count(si, blks);			\ 3715 		si->node_blks += (blks);				\ 3716 		si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0;	\ [all …] 
 | 
| /Linux-v5.10/fs/ext4/ | 
| D | indirect.c | 270 static int ext4_blks_to_allocate(Indirect *branch, int k, unsigned int blks,  in ext4_blks_to_allocate()  argument 281 		if (blks < blocks_to_boundary + 1)  in ext4_blks_to_allocate() 282 			count += blks;  in ext4_blks_to_allocate() 289 	while (count < blks && count <= blocks_to_boundary &&  in ext4_blks_to_allocate()
  |