Searched refs:fd_freefile (Results 1 – 3 of 3) sorted by relevance
208 for (i = fdp->fd_freefile; i < last; i++) in fdesc_statfs()
282 if (fd == fdp->fd_freefile) in fdused()283 fdp->fd_freefile++; in fdused()300 if (fd < fdp->fd_freefile) in fdunused()301 fdp->fd_freefile = fd; in fdunused()2137 if (fdp->fd_freefile > minfd) in fdalloc()2138 minfd = fdp->fd_freefile; in fdalloc()2579 newfdp->fd_freefile = fdp->fd_freefile; in fdcopy()2594 if (newfdp->fd_freefile == fdp->fd_freefile) in fdcopy()2595 newfdp->fd_freefile = i; in fdcopy()2605 MPASS(newfdp->fd_freefile != -1); in fdcopy()
117 int fd_freefile; /* approx. next free file */ member