Searched refs:cd_fd (Results 1 – 1 of 1) sorted by relevance
100 int cd_fd; member690 mnt->cd_fd = -1; in cd9660_mount()695 mnt->cd_fd = open(fs, O_RDONLY); in cd9660_mount()697 if (mnt->cd_fd == -1) in cd9660_mount()700 f = fd2open_file(mnt->cd_fd); in cd9660_mount()713 if (mnt->cd_fd >= 0) in cd9660_mount()714 close(mnt->cd_fd); in cd9660_mount()728 close(mnt->cd_fd); in cd9660_unmount()