Searched defs:MountPoint (Results 1 – 1 of 1) sorted by relevance
604 struct MountPoint { struct605 int mountId;606 int parentId;607 StringPiece deviceId;608 StringPiece root;609 StringPiece mountPoint;610 vector<StringPiece> options;611 vector<StringPiece> optionalFields;612 StringPiece fsType;613 StringPiece mountSource;[all …]