Searched refs:next_idx (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | iov_iter.c | 362 static inline int next_idx(int idx, struct pipe_inode_info *pipe) in next_idx() function 394 idx = next_idx(idx, pipe); in copy_page_to_iter_pipe() 488 idx = next_idx(idx, i->pipe); in data_start() 519 idx = next_idx(idx, pipe); in push_pipe() 535 idx = next_idx(idx, pipe); in push_pipe() 553 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in copy_pipe_to_iter() 587 for ( ; n; idx = next_idx(idx, pipe), r = 0) { in csum_and_copy_to_pipe_iter() 657 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in copy_pipe_to_iter_mcsafe() 938 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in pipe_zero() 996 idx = next_idx(idx, pipe); in pipe_truncate() [all …]
|