Home
last modified time | relevance | path

Searched refs:blknum (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/qnx4/
Ddir.c24 unsigned long blknum; in qnx4_readdir() local
32 blknum = qnx4_block_map( inode, filp->f_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()
52 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1; in qnx4_readdir()
/linux-2.6.39/fs/reiserfs/
Dibalance.c607 RFALSE(tb->blknum[h] > 1, in balance_internal_when_delete()
608 "tb->blknum[%d]=%d when insert_size < 0", h, tb->blknum[h]); in balance_internal_when_delete()
613 if (tb->blknum[h] == 0) { in balance_internal_when_delete()
925 RFALSE(tb->blknum[h] > 2, "blknum can not be > 2 for internal level"); in balance_internal()
926 RFALSE(tb->blknum[h] < 0, "blknum can not be < 0"); in balance_internal()
928 if (!tb->blknum[h]) { /* node S[h] is empty now */ in balance_internal()
942 if (tb->blknum[h] != 1) in balance_internal()
976 if (tb->blknum[h] == 2) { in balance_internal()
Ddo_balan.c112 RFALSE(tb->blknum[0] > 1, in balance_leaf_when_delete()
113 "PAP-12005: tb->blknum == %d, can not be > 1", tb->blknum[0]); in balance_leaf_when_delete()
114 RFALSE(!tb->blknum[0] && !PATH_H_PPARENT(tb->tb_path, 0), in balance_leaf_when_delete()
1124 RFALSE(tb->blknum[0] > 3, in balance_leaf()
1126 tb->blknum[0]); in balance_leaf()
1127 RFALSE(tb->blknum[0] < 0, in balance_leaf()
1129 tb->blknum[0]); in balance_leaf()
1134 if (tb->blknum[0] == 0) { /* node S[0] is empty now */ in balance_leaf()
1161 for (i = tb->blknum[0] - 2; i >= 0; i--) { in balance_leaf()
Dfix_node.c591 tb->blknum[h] = blk_num; in set_parameters()
807 (tb->blknum[counter]) ? (tb->blknum[counter] - in get_empty_nodes()
812 amount_needed = (Sh) ? (tb->blknum[h] - 1) : 1; in get_empty_nodes()
2448 RFALSE(tb->blknum[h] != 1, in fix_nodes()
2454 if (tb->blknum[h] > 1) { in fix_nodes()
2465 KEY_SIZE) * (tb->blknum[h] - 1) + in fix_nodes()
2471 (DC_SIZE + KEY_SIZE) * (tb->blknum[h] - 1); in fix_nodes()
Dprints.c667 tb->rbytes, tb->blknum[0], tb->s0num, tb->s1num, tb->s1bytes, in store_print_tb()
678 tb->blknum[h]); in store_print_tb()
/linux-2.6.39/fs/nilfs2/
Dmdt.c126 __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()
Dinode.c77 __u64 blknum = 0; in nilfs_get_block() local
83 ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks); in nilfs_get_block()
86 map_bh(bh_result, inode->i_sb, blknum); in nilfs_get_block()
/linux-2.6.39/include/linux/
Dreiserfs_fs.h1520 int blknum[MAX_HEIGHT]; /* number of nodes that will replace node S[h] after member