Searched refs:fput_in (Results 1 – 2 of 2) sorted by relevance
903 goto fput_in; in do_sendfile()909 goto fput_in; in do_sendfile()912 goto fput_in; in do_sendfile()921 goto fput_in; in do_sendfile()968 fput_in: in do_sendfile()
1697 int fput_in, fput_out; in SYSCALL_DEFINE6() local1703 in = fget_light(fd_in, &fput_in); in SYSCALL_DEFINE6()1716 fput_light(in, fput_in); in SYSCALL_DEFINE6()2030 int error, fput_in; in SYSCALL_DEFINE4() local2036 in = fget_light(fdin, &fput_in); in SYSCALL_DEFINE4()2048 fput_light(in, fput_in); in SYSCALL_DEFINE4()