Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dsplice.c1720 unsigned int i_head, o_head; in splice_pipe_to_pipe() local
1743 o_head = opipe->head; in splice_pipe_to_pipe()
1787 obuf = pipe_buf(opipe, o_head); in splice_pipe_to_pipe()
1799 o_head++; in splice_pipe_to_pipe()
1800 opipe->head = o_head; in splice_pipe_to_pipe()
1824 o_head++; in splice_pipe_to_pipe()
1825 opipe->head = o_head; in splice_pipe_to_pipe()
1854 unsigned int i_head, o_head; in link_pipe() local
1866 o_head = opipe->head; in link_pipe()
1914 o_head++; in link_pipe()
[all …]