Searched refs:root_fd (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/dump_lfs/
H A Dlfs_inode.c360 static int root_fd = -1; variable
368 root_fd = open(mpname, O_RDONLY, 0);
369 if (root_fd < 0)
372 fcntl(root_fd, LFCNREWIND, -1); /* Ignore return value */
373 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) {
391 if (root_fd < 0)
394 fcntl(root_fd, LFCNWRAPGO, &waitfor);
395 close(root_fd);
396 root_fd = -1;

Completed in 46 milliseconds