Lines Matching refs:fileno
2705 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2717 fileno = STps->drv_file; in st_int_ioctl()
2733 if (fileno >= 0) in st_int_ioctl()
2734 fileno += arg; in st_int_ioctl()
2749 if (fileno >= 0) in st_int_ioctl()
2750 fileno -= arg; in st_int_ioctl()
2785 blkno = fileno = (-1); in st_int_ioctl()
2798 blkno = fileno = (-1); in st_int_ioctl()
2831 if (fileno >= 0) in st_int_ioctl()
2832 fileno += arg; in st_int_ioctl()
2843 fileno = blkno = at_sm = 0; in st_int_ioctl()
2856 fileno = blkno = at_sm = 0; in st_int_ioctl()
2862 fileno = STps->drv_file; in st_int_ioctl()
2870 fileno = (-1); in st_int_ioctl()
2890 fileno = blkno = at_sm = 0; in st_int_ioctl()
2969 STps->drv_file = fileno; in st_int_ioctl()
3024 if (fileno >= 0) in st_int_ioctl()
3025 fileno -= undone; in st_int_ioctl()
3029 STps->drv_file = fileno; in st_int_ioctl()
3031 if (fileno >= 0) in st_int_ioctl()
3032 STps->drv_file = fileno - undone; in st_int_ioctl()
3034 STps->drv_file = fileno; in st_int_ioctl()
3041 STps->drv_file = fileno + undone; in st_int_ioctl()