Home
last modified time | relevance | path

Searched refs:secttype (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dextent-tree.c568 uint8_t secttype = *ptr; in increase_extent_refcount() local
586 if (secttype == type) { in increase_extent_refcount()
701 uint8_t secttype = *ptr; in increase_extent_refcount() local
704 if (secttype > type) in increase_extent_refcount()
707 if (secttype == type) { in increase_extent_refcount()
994 uint8_t secttype = *ptr; in decrease_extent_refcount() local
1010 if (secttype == type) { in decrease_extent_refcount()
1600 uint8_t secttype = *ptr; in find_extent_data_refcount() local
1758 uint8_t secttype = *ptr; in is_extent_unique() local
2171 uint8_t secttype = *ptr; in find_extent_shared_tree_refcount() local
[all …]
H A Dbalance.c125 uint8_t secttype = *ptr; variable
126 …uint16_t sectlen = secttype == TYPE_TREE_BLOCK_REF ? sizeof(TREE_BLOCK_REF) : (secttype == TYPE_SH…
137 …d extent type %x\n", tp->item->key.obj_id, tp->item->key.obj_type, tp->item->key.offset, secttype);
147 if (secttype == TYPE_TREE_BLOCK_REF) {
151 } else if (secttype == TYPE_SHARED_BLOCK_REF) {
156 ERR("unexpected tree type %x\n", secttype);
1362 uint8_t secttype = *ptr; variable
1363 …uint16_t sectlen = secttype == TYPE_EXTENT_DATA_REF ? sizeof(EXTENT_DATA_REF) : (secttype == TYPE_…
1377 if (secttype == TYPE_EXTENT_DATA_REF) {
1387 } else if (secttype == TYPE_SHARED_DATA_REF) {
[all …]
H A Dsend.c2063 uint8_t secttype = *ptr; in try_clone() local
2064 ULONG sectlen = get_extent_data_len(secttype); in try_clone()
2065 uint64_t sectcount = get_extent_data_refcount(secttype, ptr + sizeof(uint8_t)); in try_clone()
2075 …ized extent type %x\n", tp.item->key.obj_id, tp.item->key.obj_type, tp.item->key.offset, secttype); in try_clone()
2081 if (secttype == TYPE_EXTENT_DATA_REF) { in try_clone()