CPIO_SEEK_CUR      65 src/vfs/cpio/cpio.c #define SEEKBACK CPIO_SEEK_CUR(super, ptr - top)
CPIO_SEEK_CUR     178 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (2 - (CPIO_POS (super) % 2)) % 2);
CPIO_SEEK_CUR     181 src/vfs/cpio/cpio.c         return CPIO_SEEK_CUR (super, (4 - (CPIO_POS (super) % 4)) % 4);
CPIO_SEEK_CUR     521 src/vfs/cpio/cpio.c             CPIO_SEEK_CUR (super, st->st_size);