Home
last modified time | relevance | path

Searched refs:tofree (Results 1 – 1 of 1) sorted by relevance

/fs/
Dfcntl.c56 struct file * file, *tofree; in SYSCALL_DEFINE3() local
92 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()