Lines Matching refs:mount_id
119 def unmount(self, mount_id): argument
129 logging.info("Unmounting: %s", mount_id)
134 proto.mount_id = mount_id
138 def create_directory(self, mount_id, directory_path, recursive): argument
157 proto.mount_id = mount_id
167 def read_directory(self, mount_id, directory_path): argument
186 proto.mount_id = mount_id
200 def get_metadata(self, mount_id, entry_path): argument
219 proto.mount_id = mount_id
233 def open_file(self, mount_id, file_path, writeable): argument
250 proto.mount_id = mount_id
258 def close_file(self, mount_id, file_id): argument
274 proto.mount_id = mount_id
281 def read_file(self, mount_id, file_id, offset, length): argument
301 proto.mount_id = mount_id
316 def create_file(self, mount_id, file_path): argument
332 proto.mount_id = mount_id
339 def delete_entry(self, mount_id, entry_path, recursive): argument
357 proto.mount_id = mount_id
365 def move_entry(self, mount_id, source_path, target_path): argument
383 proto.mount_id = mount_id
391 def truncate(self, mount_id, file_path, length): argument
408 proto.mount_id = mount_id
416 def write_file(self, mount_id, file_id, offset, data): argument
434 proto.mount_id = mount_id