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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dread_write.c763 goto fput_out;
766 goto fput_out;
770 goto fput_out;
775 goto fput_out;
783 goto fput_out;
787 goto fput_out;
803 fput_out:
H A Dsplice.c1325 int fput_in, fput_out; local
1334 out = fget_light(fd_out, &fput_out);
1340 fput_light(out, fput_out);
1546 int fput_out; local
1547 struct file *out = fget_light(fdout, &fput_out);
1552 fput_light(out, fput_out);

Completed in 57 milliseconds