Lines Matching refs:fileno
2703 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2715 fileno = STps->drv_file; in st_int_ioctl()
2730 if (fileno >= 0) in st_int_ioctl()
2731 fileno += arg; in st_int_ioctl()
2745 if (fileno >= 0) in st_int_ioctl()
2746 fileno -= arg; in st_int_ioctl()
2781 blkno = fileno = (-1); in st_int_ioctl()
2794 blkno = fileno = (-1); in st_int_ioctl()
2827 if (fileno >= 0) in st_int_ioctl()
2828 fileno += arg; in st_int_ioctl()
2839 fileno = blkno = at_sm = 0; in st_int_ioctl()
2853 fileno = blkno = at_sm = 0; in st_int_ioctl()
2859 fileno = STps->drv_file; in st_int_ioctl()
2867 fileno = (-1); in st_int_ioctl()
2887 fileno = blkno = at_sm = 0; in st_int_ioctl()
2966 STps->drv_file = fileno; in st_int_ioctl()
3021 if (fileno >= 0) in st_int_ioctl()
3022 fileno -= undone; in st_int_ioctl()
3026 STps->drv_file = fileno; in st_int_ioctl()
3028 if (fileno >= 0) in st_int_ioctl()
3029 STps->drv_file = fileno - undone; in st_int_ioctl()
3031 STps->drv_file = fileno; in st_int_ioctl()
3038 STps->drv_file = fileno + undone; in st_int_ioctl()