Files
kernel_amazon_mt8127-common/include
Al Viro 0f63c0e88f 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>
2018-05-03 18:37:22 +02:00
..
2018-03-21 23:06:23 +01:00
2015-09-13 09:07:59 -07:00
2018-03-13 20:29:02 +01:00
2014-10-09 12:18:42 -07:00
2018-03-13 20:29:02 +01:00
2018-03-13 20:29:02 +01:00
2018-03-21 23:07:40 +01:00
2018-03-21 22:49:39 +01:00
2018-03-21 23:06:23 +01:00
2018-03-13 20:29:02 +01:00
2018-03-21 23:07:35 +01:00
2018-03-13 20:29:02 +01:00
2017-02-06 09:04:07 +01:00