Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:swab16

426 swab16(uint16 val)
600 #define decl16(x) this->x = swab16(this->x);
601 #define udecl16(x) this->x = swab16(this->x);
1917 for(d = (directory*)b; (int8*)d + sizeof(*d) < (int8*)b + BLOCKSIZE; d = (directory*)((int8*)d + swab16(d->d_rec_len)))