Lines Matching refs:ctx
82 * @ctx: actor we feed the entries to
86 static int v9fs_dir_readdir(struct file *file, struct dir_context *ctx)
112 n = p9_client_read(file->private_data, ctx->pos, &to,
130 over = !dir_emit(ctx, st.name, strlen(st.name),
137 ctx->pos += err;
145 * @ctx: actor we feed the entries to
148 static int v9fs_dir_readdir_dotl(struct file *file, struct dir_context *ctx)
168 ctx->pos);
186 if (!dir_emit(ctx, curdirent.d_name,
192 ctx->pos = curdirent.d_off;