Searched defs:Gpt (Results 1 – 1 of 1) sorted by relevance
153 pub(crate) struct Gpt<'a> { struct154 info: &'a mut GptInfo, argument165 impl<'a> Gpt<'a> { argument386 gpt: &mut Gpt, in gpt_sync()426 fn gpt(dev: &mut TestBlockDevice) -> Gpt { in gpt()