Lines Matching refs:fileno
2706 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2718 fileno = STps->drv_file; in st_int_ioctl()
2734 if (fileno >= 0) in st_int_ioctl()
2735 fileno += arg; in st_int_ioctl()
2750 if (fileno >= 0) in st_int_ioctl()
2751 fileno -= arg; in st_int_ioctl()
2786 blkno = fileno = (-1); in st_int_ioctl()
2799 blkno = fileno = (-1); in st_int_ioctl()
2832 if (fileno >= 0) in st_int_ioctl()
2833 fileno += arg; in st_int_ioctl()
2844 fileno = blkno = at_sm = 0; in st_int_ioctl()
2858 fileno = blkno = at_sm = 0; in st_int_ioctl()
2864 fileno = STps->drv_file; in st_int_ioctl()
2872 fileno = (-1); in st_int_ioctl()
2892 fileno = blkno = at_sm = 0; in st_int_ioctl()
2971 STps->drv_file = fileno; in st_int_ioctl()
3026 if (fileno >= 0) in st_int_ioctl()
3027 fileno -= undone; in st_int_ioctl()
3031 STps->drv_file = fileno; in st_int_ioctl()
3033 if (fileno >= 0) in st_int_ioctl()
3034 STps->drv_file = fileno - undone; in st_int_ioctl()
3036 STps->drv_file = fileno; in st_int_ioctl()
3043 STps->drv_file = fileno + undone; in st_int_ioctl()