Searched refs:tmp_stat (Results 1 – 3 of 3) sorted by relevance
306 struct osf_statfs tmp_stat; in linux_to_osf_statfs() local308 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()309 tmp_stat.f_flags = 0; /* mount flags */ in linux_to_osf_statfs()317 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs()318 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs()319 bufsiz = sizeof(tmp_stat); in linux_to_osf_statfs()327 struct osf_statfs64 tmp_stat = { 0 }; in linux_to_osf_statfs64() local329 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()337 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs64()338 if (bufsiz > sizeof(tmp_stat)) in linux_to_osf_statfs64()[all …]
734 int tmp_stat; in _hardware_enqueue() local755 tmp_stat = hw_read(ci, OP_ENDPTSTAT, BIT(n)); in _hardware_enqueue()756 } while (!hw_read(ci, OP_USBCMD, USBCMD_ATDTW) && tmp_stat); in _hardware_enqueue()758 if (tmp_stat) in _hardware_enqueue()
725 u32 temp, bitmask, tmp_stat; in fsl_queue_td() local753 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask; in fsl_queue_td()761 if (tmp_stat) in fsl_queue_td()