Searched refs:cd_fd (Results 1 – 1 of 1) sorted by relevance
97 int cd_fd; member687 mnt->cd_fd = -1; in cd9660_mount()692 mnt->cd_fd = open(fs, O_RDONLY); in cd9660_mount()694 if (mnt->cd_fd == -1) in cd9660_mount()697 f = fd2open_file(mnt->cd_fd); in cd9660_mount()710 if (mnt->cd_fd >= 0) in cd9660_mount()711 close(mnt->cd_fd); in cd9660_mount()725 close(mnt->cd_fd); in cd9660_unmount()