Lines Matching refs:tag
27 int tag; /* Start sector of buffer, -1 if invalid */ member
53 if (!priv->dirty || priv->tag < 0) in ps3flash_writeback()
56 res = ps3flash_read_write_sectors(dev, priv->tag, 1); in ps3flash_writeback()
69 if (start_sector == priv->tag) in ps3flash_fetch()
76 priv->tag = -1; in ps3flash_fetch()
82 priv->tag = start_sector; in ps3flash_fetch()
199 else if (sector != priv->tag) in ps3flash_write()
219 priv->tag = sector; in ps3flash_write()
291 u64 tag, status; in ps3flash_interrupt() local
293 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status); in ps3flash_interrupt()
295 if (tag != dev->tag) in ps3flash_interrupt()
298 __func__, __LINE__, tag, dev->tag); in ps3flash_interrupt()
372 priv->tag = -1; in ps3flash_probe()