Home
last modified time | relevance | path

Searched refs:root_blk (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/
H A DADFSBitmap.py13 def __init__(self, root_blk): argument
14 self.root_blk = root_blk
15 self.blkdev = self.root_blk.blkdev
37 self.find_start = root_blk.blk_num
46 blk_pos = self.root_blk.blk_num
81 self.root_blk.bitmap_ptrs[i] = blk_num
93 self.root_blk.write()
107 self.root_blk.write()
121 blocks = self.root_blk.bitmap_ptrs
133 ext_blk = self.root_blk.bitmap_ext_blk
[all …]
/dports/sysutils/progsreiserfs/progsreiserfs-0.3.1-rc8/libreiserfs/
H A Dcore.c139 blk_t root_blk, new_len, max_len; in reiserfs_fs_journal_switch_to_standard() local
189 set_sb_root_block(fs->super, root_blk); in reiserfs_fs_journal_switch_to_standard()
1026 blk_t root_blk; in reiserfs_fs_tree_move() local
1055 return root_blk; in reiserfs_fs_tree_move()
1059 blk_t root_blk, fs_len; in reiserfs_fs_resize_smart() local
1103 if (!(root_blk = reiserfs_fs_tree_move(fs, start, end))) in reiserfs_fs_resize_smart()
1106 if (!(root_blk = reiserfs_fs_tree_move(fs, start, end))) in reiserfs_fs_resize_smart()
1115 set_sb_root_block(fs->super, root_blk); in reiserfs_fs_resize_smart()
1140 blk_t root_blk; in reiserfs_fs_shrink() local
1585 blk_t root_blk; in reiserfs_fs_copy() local
[all …]
H A Dtree.c229 blk_t root_blk; in reiserfs_tree_create() local
264 root_blk = reiserfs_block_get_nr(root); in reiserfs_tree_create()
265 reiserfs_fs_bitmap_use_block(tree->fs, root_blk); in reiserfs_tree_create()
271 reiserfs_tree_set_root(tree, root_blk); in reiserfs_tree_create()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/block/
H A DBootBlock.py26 def create(self, dos_type=DosType.DOS0, root_blk=None, boot_code=None): argument
33 if root_blk != None:
34 self.got_root_blk = root_blk
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_btree.c59 xfs_da_state_blk_t *root_blk);
1173 struct xfs_da_state_blk *root_blk) in xfs_da3_root_join() argument
1185 ASSERT(root_blk->magic == XFS_DA_NODE_MAGIC); in xfs_da3_root_join()
1188 oldroot = root_blk->bp->b_addr; in xfs_da3_root_join()
1217 memcpy(root_blk->bp->b_addr, bp->b_addr, args->geo->blksize); in xfs_da3_root_join()
1218 root_blk->bp->b_ops = bp->b_ops; in xfs_da3_root_join()
1219 xfs_trans_buf_copy_type(root_blk->bp, bp); in xfs_da3_root_join()
1221 struct xfs_da3_blkinfo *da3 = root_blk->bp->b_addr; in xfs_da3_root_join()
1222 da3->blkno = cpu_to_be64(root_blk->bp->b_bn); in xfs_da3_root_join()
1224 xfs_trans_log_buf(args->trans, root_blk->bp, 0, in xfs_da3_root_join()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_btree.c59 xfs_da_state_blk_t *root_blk);
1173 struct xfs_da_state_blk *root_blk) in xfs_da3_root_join() argument
1185 ASSERT(root_blk->magic == XFS_DA_NODE_MAGIC); in xfs_da3_root_join()
1188 oldroot = root_blk->bp->b_addr; in xfs_da3_root_join()
1217 memcpy(root_blk->bp->b_addr, bp->b_addr, args->geo->blksize); in xfs_da3_root_join()
1218 root_blk->bp->b_ops = bp->b_ops; in xfs_da3_root_join()
1219 xfs_trans_buf_copy_type(root_blk->bp, bp); in xfs_da3_root_join()
1221 struct xfs_da3_blkinfo *da3 = root_blk->bp->b_addr; in xfs_da3_root_join()
1222 da3->blkno = cpu_to_be64(root_blk->bp->b_bn); in xfs_da3_root_join()
1224 xfs_trans_log_buf(args->trans, root_blk->bp, 0, in xfs_da3_root_join()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_btree.c59 xfs_da_state_blk_t *root_blk);
1173 struct xfs_da_state_blk *root_blk) in xfs_da3_root_join() argument
1185 ASSERT(root_blk->magic == XFS_DA_NODE_MAGIC); in xfs_da3_root_join()
1188 oldroot = root_blk->bp->b_addr; in xfs_da3_root_join()
1217 memcpy(root_blk->bp->b_addr, bp->b_addr, args->geo->blksize); in xfs_da3_root_join()
1218 root_blk->bp->b_ops = bp->b_ops; in xfs_da3_root_join()
1219 xfs_trans_buf_copy_type(root_blk->bp, bp); in xfs_da3_root_join()
1221 struct xfs_da3_blkinfo *da3 = root_blk->bp->b_addr; in xfs_da3_root_join()
1222 da3->blkno = cpu_to_be64(root_blk->bp->b_bn); in xfs_da3_root_join()
1224 xfs_trans_log_buf(args->trans, root_blk->bp, 0, in xfs_da3_root_join()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dgcm.cpp1414 Block* root_blk = get_block(0); in estimate_block_frequency() local
1415 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1416 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1454 Block* root_blk = get_block(0); in estimate_block_frequency() local
1455 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1456 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dgcm.cpp1414 Block* root_blk = get_block(0); in estimate_block_frequency() local
1415 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1416 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1454 Block* root_blk = get_block(0); in estimate_block_frequency() local
1455 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1456 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dgcm.cpp1642 Block* root_blk = get_block(0); in estimate_block_frequency() local
1643 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1644 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1682 Block* root_blk = get_block(0); in estimate_block_frequency() local
1683 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1684 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dgcm.cpp1592 Block* root_blk = get_block(0); in estimate_block_frequency() local
1593 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1594 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1632 Block* root_blk = get_block(0); in estimate_block_frequency() local
1633 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1634 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dgcm.cpp1526 Block* root_blk = get_block(0); in estimate_block_frequency() local
1527 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1528 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1566 Block* root_blk = get_block(0); in estimate_block_frequency() local
1567 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1568 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dgcm.cpp1584 Block* root_blk = get_block(0); in estimate_block_frequency() local
1585 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1586 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1624 Block* root_blk = get_block(0); in estimate_block_frequency() local
1625 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1626 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dgcm.cpp1639 Block* root_blk = get_block(0); in estimate_block_frequency() local
1640 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1641 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1679 Block* root_blk = get_block(0); in estimate_block_frequency() local
1680 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1681 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dgcm.cpp1642 Block* root_blk = get_block(0); in estimate_block_frequency() local
1643 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1644 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1682 Block* root_blk = get_block(0); in estimate_block_frequency() local
1683 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1684 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dgcm.cpp1568 Block* root_blk = get_block(0); in estimate_block_frequency() local
1569 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1570 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1608 Block* root_blk = get_block(0); in estimate_block_frequency() local
1609 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1610 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dgcm.cpp1526 Block* root_blk = get_block(0); in estimate_block_frequency() local
1527 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1528 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()
1566 Block* root_blk = get_block(0); in estimate_block_frequency() local
1567 for (uint i = 1; i < root_blk->num_preds(); i++) { in estimate_block_frequency()
1568 Block *pb = get_block_for_node(root_blk->pred(i)); in estimate_block_frequency()