Home
last modified time | relevance | path

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

/fs/
Dread_write.c751 goto fput_in; in do_sendfile()
755 goto fput_in; in do_sendfile()
757 goto fput_in; in do_sendfile()
763 goto fput_in; in do_sendfile()
766 goto fput_in; in do_sendfile()
775 goto fput_in; in do_sendfile()
826 fput_in: in do_sendfile()
Dsplice.c1470 int fput_in, fput_out; in SYSCALL_DEFINE6() local
1476 in = fget_light(fd_in, &fput_in); in SYSCALL_DEFINE6()
1489 fput_light(in, fput_in); in SYSCALL_DEFINE6()
1691 int error, fput_in; in SYSCALL_DEFINE4() local
1697 in = fget_light(fdin, &fput_in); in SYSCALL_DEFINE4()
1709 fput_light(in, fput_in); in SYSCALL_DEFINE4()