Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Dread_write.c863 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()
Dsplice.c1685 int fput_in, fput_out; in SYSCALL_DEFINE6() local
1694 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() local
2035 struct file *out = fget_light(fdout, &fput_out); in SYSCALL_DEFINE4()
2040 fput_light(out, fput_out); in SYSCALL_DEFINE4()