Lines Matching defs:actor
571 * @actor: what to feed the entries to
587 u8 *name, struct dir_context *actor)
639 name, name_len, actor->pos, mref, dt_type == DT_DIR ? "DIR" : "REG");
640 if (!dir_emit(actor, name, name_len, mref, dt_type))
711 static int ntfs_readdir(struct file *file, struct dir_context *actor)
731 ndir->mft_no, actor->pos);
736 if (actor->pos != private->curr_pos) {
738 * If actor->pos is different from the previous passed
754 if (!dir_emit_dots(file, actor))
798 if (actor->pos > vol->mft_record_size && ictx->ia_ni) {
799 err = ntfs_ia_blocks_readahead(ictx->ia_ni, actor->pos);
868 err = ntfs_ia_blocks_readahead(ictx->ia_ni, actor->pos);
893 if (ie_pos < actor->pos) {
898 actor->pos = ie_pos;
954 err = ntfs_filldir(vol, ndir, NULL, next, name, actor);
980 private->curr_pos = actor->pos = ie_pos;
997 private->curr_pos = actor->pos;