lfs_inode.c | 407 static int root_fd = -1; variable in typeref:typename:int 415 root_fd = open(mpname, O_RDONLY, 0); 416 if (root_fd < 0) 419 fcntl(root_fd, LFCNREWIND, -1); /* Ignore return value */ 420 if (fcntl(root_fd, LFCNWRAPSTOP, &waitfor) < 0) { 438 if (root_fd < 0) 441 fcntl(root_fd, LFCNWRAPGO, &waitfor); 442 close(root_fd); 443 root_fd = -1;
|