CPIO_POS           61 src/vfs/cpio/cpio.c #define CPIO_SEEK_SET(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) = (where), SEEK_SET)
CPIO_POS           62 src/vfs/cpio/cpio.c #define CPIO_SEEK_CUR(super, where) mc_lseek (CPIO_SUPER(super)->fd, CPIO_POS(super) += (where), SEEK_SET)
CPIO_POS          178 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (2 - (CPIO_POS (super) % 2)) % 2);
CPIO_POS          181 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (4 - (CPIO_POS (super) % 4)) % 4);
CPIO_POS          183 src/vfs/cpio/cpio.c         return CPIO_POS (super);
CPIO_POS          321 src/vfs/cpio/cpio.c         CPIO_POS (super) += top;
CPIO_POS          512 src/vfs/cpio/cpio.c                 inode->data_offset = CPIO_POS (super);
CPIO_POS          539 src/vfs/cpio/cpio.c             CPIO_POS (super) += st->st_size;
CPIO_POS          566 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
CPIO_POS          587 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
CPIO_POS          635 src/vfs/cpio/cpio.c     CPIO_POS (super) += HEAD_LENGTH;
CPIO_POS          660 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;
CPIO_POS          708 src/vfs/cpio/cpio.c     CPIO_POS (super) += HEAD_LENGTH;
CPIO_POS          741 src/vfs/cpio/cpio.c     CPIO_POS (super) += len;