Lines Matching refs:next_idx
357 static inline int next_idx(int idx, struct pipe_inode_info *pipe) in next_idx() function
389 idx = next_idx(idx, pipe); in copy_page_to_iter_pipe()
481 idx = next_idx(idx, i->pipe); in data_start()
512 idx = next_idx(idx, pipe); in push_pipe()
528 idx = next_idx(idx, pipe); in push_pipe()
546 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in copy_pipe_to_iter()
612 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in copy_pipe_to_iter_mcsafe()
878 for ( ; n; idx = next_idx(idx, pipe), off = 0) { in pipe_zero()
936 idx = next_idx(idx, pipe); in pipe_truncate()
941 idx = next_idx(idx, pipe); in pipe_truncate()
963 idx = next_idx(idx, pipe); in pipe_advance()
1160 idx = next_idx(idx, pipe); in __pipe_get_pages()