Searched refs:dos_fd (Results 1 – 1 of 1) sorted by relevance
46 int dos_fd; member280 mnt->dos_fd = -1; in dos_mount()288 mnt->dos_fd = open(fs, O_RDONLY); in dos_mount()290 if (mnt->dos_fd == -1) in dos_mount()293 f = fd2open_file(mnt->dos_fd); in dos_mount()305 if (mnt->dos_fd >= 0) in dos_mount()306 close(mnt->dos_fd); in dos_mount()322 close(mnt->dos_fd); in dos_unmount()