Searched refs:TXATTRCREATE (Results 1 – 1 of 1) sorted by relevance
37 const TXATTRCREATE: u8 = 32; constant38 const RXATTRCREATE: u8 = TXATTRCREATE + 1;183 Tmessage::XattrCreate(_) => TXATTRCREATE, in encode()269 TXATTRCREATE => Ok(Tmessage::XattrCreate(WireFormat::decode(reader)?)), in decode()