Home
last modified time | relevance | path

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

/fs/
Dread_write.c903 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()
Dsplice.c1697 int fput_in, fput_out; in SYSCALL_DEFINE6() local
1703 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() local
2036 in = fget_light(fdin, &fput_in); in SYSCALL_DEFINE4()
2048 fput_light(in, fput_in); in SYSCALL_DEFINE4()