Home
last modified time | relevance | path

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

/reactos/dll/shellext/shellbtrfs/
H A Drecv.h43 stransid = 0; in BtrfsRecv()
82 uint64_t stransid; variable
H A Drecv.cpp99 this->stransid = *gen; in cmd_subvol()
142 add_cache_entry(&this->subvol_uuid, this->stransid, subvolpath); in cmd_subvol()
205 this->stransid = *gen; in cmd_snapshot()
275 add_cache_entry(&this->subvol_uuid, this->stransid, subvolpath); in cmd_snapshot()
1338 brs.generation = stransid; in do_recv()
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.h330 uint64_t stransid; member
H A Dfsctl.c4155 fcb->subvol->root_item.stransid = brs->generation; in recvd_subvol()
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py648 received_uuid_bytes, self.ctransid, self.otransid, self.stransid, self.rtransid = \