Searched defs:MountPoint (Results 1 – 1 of 1) sorted by relevance
517 struct MountPoint { struct518 int mountId;519 int parentId;520 StringPiece deviceId;521 StringPiece root;522 StringPiece mountPoint;523 vector<StringPiece> options;524 vector<StringPiece> optionalFields;525 StringPiece fsType;526 StringPiece mountSource;[all …]