Searched defs:vg_stat (Results 1 – 1 of 1) sorted by relevance
55 struct vg_stat { struct56 ULong dev;57 ULong ino;58 ULong nlink;59 UInt mode;60 UInt uid;61 UInt gid;85 extern SysRes VG_(stat) ( const HChar* file_name, struct vg_stat* buf ); argument