def unpack_groups(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.groupnode)
 def unpack_exports(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.exportnode)
 def unpack_mountlist(self):
     return mounttypes.unpack_objarray(self.ncl, mounttypes.mountbody)