Home
last modified time | relevance | path

Searched defs:th (Results 1 – 11 of 11) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dscrub.c720 … tree_header* th = (tree_header*)&context->stripes[i].buf[j * Vcb->superblock.node_size]; in scrub_extent_dup() local
761 … tree_header* th = (tree_header*)&context->stripes[i].buf[j * Vcb->superblock.node_size]; in scrub_extent_dup() local
797 … tree_header* th = (tree_header*)&context->stripes[i].buf[j * Vcb->superblock.node_size]; in scrub_extent_dup() local
861 … tree_header* th = (tree_header*)&context->stripes[i].buf[j * Vcb->superblock.node_size]; in scrub_extent_dup() local
925 … tree_header* th = (tree_header*)&context->stripes[i].buf[j * Vcb->superblock.node_size]; in scrub_extent_dup() local
975 tree_header* th = (tree_header*)(context->stripes[stripe].buf + stripeoff[stripe]); in scrub_extent_raid0() local
1305 … tree_header* th = (tree_header*)&context->stripes[j + k].buf[so]; in scrub_extent_raid10() local
1725 … tree_header* th = (tree_header*)&context->stripes[stripe].buf[stripeoff << Vcb->sector_shift]; in scrub_raid5_stripe() local
1837 tree_header* th; in scrub_raid5_stripe() local
2353 tree_header* th = (tree_header*)&context->parity_scratch[i << Vcb->sector_shift]; in scrub_raid6_stripe() local
[all …]
H A Dread.c108 void get_tree_checksum(device_extension* Vcb, tree_header* th, void* csum) { in get_tree_checksum()
128 bool check_tree_checksum(device_extension* Vcb, tree_header* th) { in check_tree_checksum()
258 tree_header* th = (tree_header*)buf; in read_data_dup() local
408 tree_header* th = (tree_header*)buf; in read_data_raid0() local
484 tree_header* th = (tree_header*)buf; in read_data_raid10() local
716 tree_header* th = (tree_header*)buf; in read_data_raid5() local
1063 tree_header* th = (tree_header*)buf; in read_data_raid6() local
1145 tree_header* th = (tree_header*)(sector + (stripe * Vcb->superblock.node_size)); in read_data_raid6() local
1175 … tree_header* th = (tree_header*)(sector + (ci->num_stripes * Vcb->superblock.node_size)); in read_data_raid6() local
H A Dtreefuncs.c23 tree_header* th; in load_tree() local
196 static NTSTATUS do_load_tree2(device_extension* Vcb, tree_holder* th, uint8_t* buf, root* r, tree* … in do_load_tree2()
222 NTSTATUS do_load_tree(device_extension* Vcb, tree_holder* th, root* r, tree* t, tree_data* td, PIRP… in do_load_tree()
H A Dflushthread.c1806 void calc_tree_checksum(device_extension* Vcb, tree_header* th) { in calc_tree_checksum()
3874 static NTSTATUS remove_root_extents(device_extension* Vcb, root* r, tree_holder* th, uint8_t level,… in remove_root_extents()
H A Dfsctl.c93 tree_header* th; in snapshot_tree_copy() local
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dvj.c168 struct tcp_hdr *th; in vj_compress_tcp() local
500 struct tcp_hdr *th; in vj_uncompress_tcp() local
/reactos/dll/3rdparty/libtiff/
H A Dtif_tile.c272 TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in TIFFDefaultTileSize()
278 _TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in _TIFFDefaultTileSize()
H A Dtif_getimage.c626 uint32 tw, th; in gtTileContig() local
739 uint32 tw, th; in gtTileSeparate() local
H A Dtif_jpeg.c2394 JPEGDefaultTileSize(TIFF* tif, uint32* tw, uint32* th) in JPEGDefaultTileSize()
/reactos/sdk/lib/fslib/btrfslib/
H A Dbtrfslib.c600 static void calc_tree_checksum(tree_header* th, uint32_t node_size) {
/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h152 struct tcphdr *th; member
3186 static __inline u16 tcp_v4_check(struct tcphdr *th, int len, in tcp_v4_check()