Searched refs:fput_out (Results 1 – 2 of 2) sorted by relevance
863 goto fput_out; in do_sendfile()869 goto fput_out; in do_sendfile()879 goto fput_out; in do_sendfile()906 fput_out: in do_sendfile()
1685 int fput_in, fput_out; in SYSCALL_DEFINE6() local1694 out = fget_light(fd_out, &fput_out); in SYSCALL_DEFINE6()1700 fput_light(out, fput_out); in SYSCALL_DEFINE6()2034 int fput_out; in SYSCALL_DEFINE4() local2035 struct file *out = fget_light(fdout, &fput_out); in SYSCALL_DEFINE4()2040 fput_light(out, fput_out); in SYSCALL_DEFINE4()