Lines Matching refs:tag
39 int tag; /* Start sector of buffer, -1 if invalid */ member
65 if (!priv->dirty || priv->tag < 0) in ps3flash_writeback()
68 res = ps3flash_read_write_sectors(dev, priv->tag, 1); in ps3flash_writeback()
81 if (start_sector == priv->tag) in ps3flash_fetch()
88 priv->tag = -1; in ps3flash_fetch()
94 priv->tag = start_sector; in ps3flash_fetch()
211 else if (sector != priv->tag) in ps3flash_write()
231 priv->tag = sector; in ps3flash_write()
303 u64 tag, status; in ps3flash_interrupt() local
305 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status); in ps3flash_interrupt()
307 if (tag != dev->tag) in ps3flash_interrupt()
310 __func__, __LINE__, tag, dev->tag); in ps3flash_interrupt()
384 priv->tag = -1; in ps3flash_probe()