Lines Matching defs:ofs
25 void *dentry_blk, unsigned int *ofs,
28 struct erofs_dirent *de = dentry_blk + *ofs;
62 *ofs += sizeof(struct erofs_dirent);
64 *ofs = maxsize;
74 unsigned int ofs = ctx->pos % EROFS_BLKSIZ;
109 dirsize - ctx->pos + ofs, PAGE_SIZE);
115 ofs = roundup(ofs, sizeof(struct erofs_dirent));
116 if (ofs >= nameoff)
120 err = erofs_fill_dentries(dir, ctx, de, &ofs,
127 ctx->pos = blknr_to_addr(i) + ofs;
132 ofs = 0;