Lines Matching refs:fileno
2704 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2716 fileno = STps->drv_file; in st_int_ioctl()
2731 if (fileno >= 0) in st_int_ioctl()
2732 fileno += arg; in st_int_ioctl()
2746 if (fileno >= 0) in st_int_ioctl()
2747 fileno -= arg; in st_int_ioctl()
2782 blkno = fileno = (-1); in st_int_ioctl()
2795 blkno = fileno = (-1); in st_int_ioctl()
2828 if (fileno >= 0) in st_int_ioctl()
2829 fileno += arg; in st_int_ioctl()
2840 fileno = blkno = at_sm = 0; in st_int_ioctl()
2854 fileno = blkno = at_sm = 0; in st_int_ioctl()
2860 fileno = STps->drv_file; in st_int_ioctl()
2868 fileno = (-1); in st_int_ioctl()
2888 fileno = blkno = at_sm = 0; in st_int_ioctl()
2967 STps->drv_file = fileno; in st_int_ioctl()
3022 if (fileno >= 0) in st_int_ioctl()
3023 fileno -= undone; in st_int_ioctl()
3027 STps->drv_file = fileno; in st_int_ioctl()
3029 if (fileno >= 0) in st_int_ioctl()
3030 STps->drv_file = fileno - undone; in st_int_ioctl()
3032 STps->drv_file = fileno; in st_int_ioctl()
3039 STps->drv_file = fileno + undone; in st_int_ioctl()