Searched defs:mount_args (Results 1 – 2 of 2) sorted by relevance
201 struct mount_args { struct202 const std::string& source;203 const std::string& target;204 bool ro;205 bool remount;206 bool executable;207 int ownerUid;208 int ownerGid;209 int permMask;210 bool createLost;
80 struct mount_args { struct81 const std::string& source;82 const std::string& target;83 int ownerUid;84 int ownerGid;85 int permMask;