Lines Matching defs:offset
34 unsigned int offset;
45 offset = ctx->pos & (BFS_BSIZE - 1);
49 ctx->pos += BFS_BSIZE - offset;
53 de = (struct bfs_dirent *)(bh->b_data + offset);
63 offset += BFS_DIRENT_SIZE;
65 } while ((offset < BFS_BSIZE) && (ctx->pos < dir->i_size));
325 unsigned long block = 0, offset = 0;
335 while (block * BFS_BSIZE + offset < dir->i_size) {
343 de = (struct bfs_dirent *)(bh->b_data + offset);
344 offset += BFS_DIRENT_SIZE;
350 if (offset < bh->b_size)
354 offset = 0;