Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dread_write.c843 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()
Dsplice.c1685 int fput_in, fput_out; in SYSCALL_DEFINE6() local
1691 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() local
2031 in = fget_light(fdin, &fput_in); in SYSCALL_DEFINE4()
2043 fput_light(in, fput_in); in SYSCALL_DEFINE4()