Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dfree-space.c326 } superblock_stripe; typedef
333 superblock_stripe* ss; in add_superblock_stripe()
338 ss = CONTAINING_RECORD(le, superblock_stripe, list_entry); in add_superblock_stripe()
351 ss = ExAllocatePoolWithTag(PagedPool, sizeof(superblock_stripe), ALLOC_TAG); in add_superblock_stripe()
453 superblock_stripe* ss = CONTAINING_RECORD(le, superblock_stripe, list_entry); in get_superblock_size()