linux/arch/parisc/hpux
Al Viro bb6f619b3a [readdir] introduce ->iterate(), ctx->pos, dir_emit()
New method - ->iterate(file, ctx).  That's the replacement for ->readdir();
it takes callback from ctx->actor, uses ctx->pos instead of file->f_pos and
calls dir_emit(ctx, ...) instead of filldir(data, ...).  It does *not*
update file->f_pos (or look at it, for that matter); iterate_dir() does the
update.

Note that dir_emit() takes the offset from ctx->pos (and eventually
filldir_t will lose that argument).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-06-29 12:46:47 +04:00
..
Makefile
entry_hpux.S [PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation code 2007-02-17 01:17:42 -05:00
fs.c [readdir] introduce ->iterate(), ctx->pos, dir_emit() 2013-06-29 12:46:47 +04:00
gate.S parisc: fix double restarts 2012-10-01 09:58:13 -04:00
ioctl.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
sys_hpux.c vfs: new helper - vfs_ustat() 2012-01-03 22:53:07 -05:00
wrappers.S Revert "parisc: fix trivial section name warnings" 2008-06-13 10:49:45 -04:00