Searched refs:fput_in (Results 1 – 2 of 2) sorted by relevance
843 goto fput_in; in do_sendfile()849 goto fput_in; in do_sendfile()852 goto fput_in; in do_sendfile()861 goto fput_in; in do_sendfile()908 fput_in: in do_sendfile()
1685 int fput_in, fput_out; in SYSCALL_DEFINE6() local1691 in = fget_light(fd_in, &fput_in); in SYSCALL_DEFINE6()1704 fput_light(in, fput_in); in SYSCALL_DEFINE6()2025 int error, fput_in; in SYSCALL_DEFINE4() local2031 in = fget_light(fdin, &fput_in); in SYSCALL_DEFINE4()2043 fput_light(in, fput_in); in SYSCALL_DEFINE4()