Searched refs:blknum (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/qnx4/ |
D | dir.c | 24 unsigned long blknum; in qnx4_readdir() local 32 blknum = qnx4_block_map(inode, ctx->pos >> QNX4_BLOCK_SIZE_BITS); in qnx4_readdir() 33 bh = sb_bread(inode->i_sb, blknum); in qnx4_readdir() 35 printk(KERN_ERR "qnx4_readdir: bread failed (%ld)\n", blknum); in qnx4_readdir() 53 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1; in qnx4_readdir()
|
/linux-4.1.27/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 | 249 RFALSE(tb->blknum[0] > 1, in balance_leaf_when_delete() 250 "PAP-12005: tb->blknum == %d, can not be > 1", tb->blknum[0]); in balance_leaf_when_delete() 251 RFALSE(!tb->blknum[0] && !PATH_H_PPARENT(tb->tb_path, 0), in balance_leaf_when_delete() 1239 for (i = tb->blknum[0] - 2; i >= 0; i--) { in balance_leaf_new_nodes() 1429 RFALSE(tb->blknum[0] > 3, in balance_leaf() 1430 "PAP-12180: blknum can not be %d. It must be <= 3", tb->blknum[0]); in balance_leaf() 1431 RFALSE(tb->blknum[0] < 0, in balance_leaf() 1432 "PAP-12185: blknum can not be %d. It must be >= 0", tb->blknum[0]); in balance_leaf() 1439 if (tb->blknum[0] == 0) { /* node S[0] is empty now */ in balance_leaf()
|
D | fix_node.c | 629 tb->blknum[h] = blk_num; in set_parameters() 862 (tb->blknum[counter]) ? (tb->blknum[counter] - in get_empty_nodes() 867 amount_needed = (Sh) ? (tb->blknum[h] - 1) : 1; in get_empty_nodes() 2676 RFALSE(tb->blknum[h] != 1, in fix_nodes() 2688 if (tb->blknum[h] > 1) { in fix_nodes() 2695 KEY_SIZE) * (tb->blknum[h] - 1) + in fix_nodes() 2701 (DC_SIZE + KEY_SIZE) * (tb->blknum[h] - 1); in fix_nodes()
|
D | prints.c | 676 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb() 687 tb->blknum[h]); in store_print_tb()
|
D | reiserfs.h | 2470 int blknum[MAX_HEIGHT]; member
|
/linux-4.1.27/fs/nilfs2/ |
D | mdt.c | 126 __u64 blknum = 0; in nilfs_mdt_submit_block() local 150 ret = nilfs_bmap_lookup(NILFS_I(inode)->i_bmap, blkoff, &blknum); in nilfs_mdt_submit_block() 155 map_bh(bh, inode->i_sb, (sector_t)blknum); in nilfs_mdt_submit_block()
|
D | alloc.c | 408 __u64 blknum; in nilfs_palloc_count_desc_blocks() local 411 ret = nilfs_bmap_last_key(NILFS_I(inode)->i_bmap, &blknum); in nilfs_palloc_count_desc_blocks() 414 (unsigned long)blknum, in nilfs_palloc_count_desc_blocks()
|
D | inode.c | 88 __u64 blknum = 0; in nilfs_get_block() local 93 ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks); in nilfs_get_block() 96 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga.c | 446 unsigned int blknum) in fpga_block_addr() argument 448 return fpga_start_addr(priv, fpga) + (0x10000 * (1 + blknum)); in fpga_block_addr()
|