Lines Matching defs:buf
85 struct ecryptfs_getdents_callback *buf =
92 buf->filldir_called++;
94 buf->sb, lower_name,
113 buf->caller->pos = buf->ctx.pos;
114 res = dir_emit(buf->caller, name, name_size, ino, d_type);
117 buf->entries_written++;
131 struct ecryptfs_getdents_callback buf = {
137 rc = iterate_dir(lower_file, &buf.ctx);
138 ctx->pos = buf.ctx.pos;
139 if (rc >= 0 && (buf.entries_written || !buf.filldir_called))