Searched refs:blknum (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/fs/qnx4/ | 
| D | dir.c | 25 	unsigned long blknum;  in qnx4_readdir()  local33 		blknum = qnx4_block_map(inode, ctx->pos >> QNX4_BLOCK_SIZE_BITS);  in qnx4_readdir()
 34 		bh = sb_bread(inode->i_sb, blknum);  in qnx4_readdir()
 36 			printk(KERN_ERR "qnx4_readdir: bread failed (%ld)\n", blknum);  in qnx4_readdir()
 54 				ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1;  in qnx4_readdir()
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | ibalance.c | 650 	RFALSE(tb->blknum[h] > 1,  in balance_internal_when_delete()651 	       "tb->blknum[%d]=%d when insert_size < 0", h, tb->blknum[h]);  in balance_internal_when_delete()
 656 		if (tb->blknum[h] == 0) {  in balance_internal_when_delete()
 990 	RFALSE(tb->blknum[h] > 2, "blknum can not be > 2 for internal level");  in balance_internal()
 991 	RFALSE(tb->blknum[h] < 0, "blknum can not be < 0");  in balance_internal()
 993 	if (!tb->blknum[h]) {	/* node S[h] is empty now */  in balance_internal()
 1007 		if (tb->blknum[h] != 1)  in balance_internal()
 1041 	if (tb->blknum[h] == 2) {  in balance_internal()
 
 | 
| D | do_balan.c | 247 	RFALSE(tb->blknum[0] > 1,  in balance_leaf_when_delete()248 	       "PAP-12005: tb->blknum == %d, can not be > 1", tb->blknum[0]);  in balance_leaf_when_delete()
 249 	RFALSE(!tb->blknum[0] && !PATH_H_PPARENT(tb->tb_path, 0),  in balance_leaf_when_delete()
 1228 	for (i = tb->blknum[0] - 2; i >= 0; i--) {  in balance_leaf_new_nodes()
 1418 	RFALSE(tb->blknum[0] > 3,  in balance_leaf()
 1419 	       "PAP-12180: blknum can not be %d. It must be <= 3", tb->blknum[0]);  in balance_leaf()
 1420 	RFALSE(tb->blknum[0] < 0,  in balance_leaf()
 1421 	       "PAP-12185: blknum can not be %d. It must be >= 0", tb->blknum[0]);  in balance_leaf()
 1428 	if (tb->blknum[0] == 0) {	/* node S[0] is empty now */  in balance_leaf()
 
 | 
| D | fix_node.c | 627 	tb->blknum[h] = blk_num;  in set_parameters()860 		    (tb->blknum[counter]) ? (tb->blknum[counter] -  in get_empty_nodes()
 865 	amount_needed = (Sh) ? (tb->blknum[h] - 1) : 1;  in get_empty_nodes()
 2672 			RFALSE(tb->blknum[h] != 1,  in fix_nodes()
 2684 			if (tb->blknum[h] > 1) {  in fix_nodes()
 2691 				     KEY_SIZE) * (tb->blknum[h] - 1) +  in fix_nodes()
 2697 			    (DC_SIZE + KEY_SIZE) * (tb->blknum[h] - 1);  in fix_nodes()
 
 | 
| D | prints.c | 694 		tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0],  in store_print_tb()705 			tb->blknum[h]);  in store_print_tb()
 
 | 
| D | reiserfs.h | 2470 	int blknum[MAX_HEIGHT];  member
 | 
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ | 
| D | dm-dust.txt | 198 Operations on blocks (requires a <blknum> argument):200 addbadblock <blknum>
 201 queryblock <blknum>
 202 removebadblock <blknum>
 204 ...where <blknum> is a block number within range of the device
 
 | 
| /Linux-v5.4/fs/nilfs2/ | 
| D | mdt.c | 118 	__u64 blknum = 0;  in nilfs_mdt_submit_block()  local142 	ret = nilfs_bmap_lookup(NILFS_I(inode)->i_bmap, blkoff, &blknum);  in nilfs_mdt_submit_block()
 147 	map_bh(bh, inode->i_sb, (sector_t)blknum);  in nilfs_mdt_submit_block()
 
 | 
| D | alloc.c | 437 	__u64 blknum;  in nilfs_palloc_count_desc_blocks()  local440 	ret = nilfs_bmap_last_key(NILFS_I(inode)->i_bmap, &blknum);  in nilfs_palloc_count_desc_blocks()
 443 			(unsigned long)blknum,  in nilfs_palloc_count_desc_blocks()
 
 | 
| D | inode.c | 75 	__u64 blknum = 0;  in nilfs_get_block()  local80 	ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks);  in nilfs_get_block()
 83 		map_bh(bh_result, inode->i_sb, blknum);  in nilfs_get_block()
 
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | mtk-sd.c | 316 	u32 blknum;  member
 |