Searched refs:tofree (Results 1 – 1 of 1) sorted by relevance
56 struct file * file, *tofree; in SYSCALL_DEFINE3() local92 tofree = fdt->fd[newfd]; in SYSCALL_DEFINE3()93 if (!tofree && FD_ISSET(newfd, fdt->open_fds)) in SYSCALL_DEFINE3()104 if (tofree) in SYSCALL_DEFINE3()105 filp_close(tofree, files); in SYSCALL_DEFINE3()