Home
last modified time | relevance | path

Searched refs:HAMMER_BTREE_TYPE_RECORD (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_btree.h211 #define HAMMER_BTREE_TYPE_RECORD ((uint8_t)'R') macro
275 case HAMMER_BTREE_TYPE_RECORD: in hammer_is_leaf_node_elm()
301 case HAMMER_BTREE_TYPE_RECORD: in hammer_elm_btype()
H A Dhammer_ioctl.c417 if (elm->base.btype != HAMMER_BTREE_TYPE_RECORD) in add_history()
746 leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in hammer_ioc_add_snapshot()
1015 leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in hammer_ioc_set_config()
H A Dhammer_btree.c318 case HAMMER_BTREE_TYPE_RECORD: in hammer_btree_iterate()
520 case HAMMER_BTREE_TYPE_RECORD: in hammer_btree_iterate_reverse()
726 if (elm->leaf.base.btype != HAMMER_BTREE_TYPE_RECORD) in hammer_btree_extract()
1305 KKASSERT (elm->leaf.base.btype == HAMMER_BTREE_TYPE_RECORD); in btree_search()
2089 if (elm->btype == HAMMER_BTREE_TYPE_RECORD)
H A Dhammer_reblock.c281 if (elm->leaf.base.btype != HAMMER_BTREE_TYPE_RECORD) in hammer_reblock_helper()
H A Dhammer_mirror.c737 KKASSERT(elm->base.btype == HAMMER_BTREE_TYPE_RECORD); in hammer_mirror_delete_to()
H A Dhammer_object.c275 record->leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in hammer_alloc_mem_record()
2448 KKASSERT(elm->base.btype == HAMMER_BTREE_TYPE_RECORD); in hammer_delete_at_cursor()
H A Dhammer_inode.c833 ip->ino_leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in hammer_create_inode()
/dragonfly/sbin/newfs_hammer/
H A Dnewfs_hammer.c732 elm->leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in format_root_directory()
753 elm->leaf.base.btype = HAMMER_BTREE_TYPE_RECORD; in format_root_directory()
/dragonfly/sbin/hammer/
H A Dcmd_dedup.c838 if (data.leaf.base.btype == HAMMER_BTREE_TYPE_RECORD && in upgrade_chksum()
952 if (elm.base.btype != HAMMER_BTREE_TYPE_RECORD) in scan_pfs()
H A Dcmd_show.c400 case HAMMER_BTREE_TYPE_RECORD: in print_btree_elm()
500 case HAMMER_BTREE_TYPE_RECORD: in get_elm_flags()
H A Dcmd_recover.c306 if (elm->base.btype == HAMMER_BTREE_TYPE_RECORD) in recover_top()