Lines Matching refs:actor
998 * @actor: what to feed the entries to
1014 u8 *name, struct dir_context *actor)
1056 "0x%lx, DT_%s.", name, name_len, actor->pos, mref,
1058 if (!dir_emit(actor, name, name_len, mref, dt_type))
1086 static int ntfs_readdir(struct file *file, struct dir_context *actor)
1106 vdir->i_ino, actor->pos);
1110 if (actor->pos >= i_size + vol->mft_record_size)
1113 if (!dir_emit_dots(file, actor))
1127 if (actor->pos >= vol->mft_record_size)
1142 ir_pos = (s64)actor->pos;
1198 actor->pos = (u8*)ie - (u8*)ir;
1200 rc = ntfs_filldir(vol, ndir, NULL, ie, name, actor);
1213 actor->pos = vol->mft_record_size;
1218 ia_pos = (s64)actor->pos - vol->mft_record_size;
1380 actor->pos = (u8*)ie - (u8*)ia +
1390 rc = ntfs_filldir(vol, ndir, ia_page, ie, name, actor);
1409 actor->pos = i_size + vol->mft_record_size;