Searched defs:mount_fd (Results 1 – 2 of 2) sorted by relevance
335 zx_status_t fmount(int device_fd, int mount_fd, disk_format_t df, const mount_options_t* options, in fmount()356 zx_status_t fumount(int mount_fd) { in fumount()
368 int mount_fd = open(mount_path, O_RDONLY | O_NOREMOTE | O_ADMIN); in DoubleMountRoot() local
Completed in 5 milliseconds