Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:blocksize

33 		*rec_len = fs->blocksize;
43 if ((len > fs->blocksize) || (fs->blocksize > (1 << 18)) || (len & 3))
49 if (len == fs->blocksize) {
50 if (fs->blocksize == 65536)
76 (offset <= fs->blocksize - DIRENT_MIN_LENGTH)) {
97 int blocksize,
116 retval = ext2fs_get_mem(fs->blocksize, &ctx.buf);
135 int blocksize,
144 int blocksize, char *buf, void *priv_data)
148 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private);
157 int blocksize,
202 while (offset < fs->blocksize) {
206 if (((offset + rec_len) > fs->blocksize) ||
221 fs->blocksize, ctx->buf,