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 505 src/vfs/cpio/cpio.c inode->data_offset = CPIO_POS (super); CPIO_POS 532 src/vfs/cpio/cpio.c CPIO_POS (super) += st->st_size; CPIO_POS 559 src/vfs/cpio/cpio.c CPIO_POS (super) += len; CPIO_POS 581 src/vfs/cpio/cpio.c CPIO_POS (super) += len; CPIO_POS 629 src/vfs/cpio/cpio.c CPIO_POS (super) += HEAD_LENGTH; CPIO_POS 654 src/vfs/cpio/cpio.c CPIO_POS (super) += len; CPIO_POS 701 src/vfs/cpio/cpio.c CPIO_POS (super) += HEAD_LENGTH; CPIO_POS 734 src/vfs/cpio/cpio.c CPIO_POS (super) += len;