Lines Matching refs:entry
542 unsigned long entry, struct bio *parent)
550 bio->bi_iter.bi_sector = entry * (PAGE_SIZE >> 9);
732 unsigned long entry;
742 unsigned long entry = zw->entry;
745 read_from_bdev_async(zram, &zw->bvec, entry, bio);
754 unsigned long entry, struct bio *bio)
760 work.entry = entry;
772 unsigned long entry, struct bio *bio)
780 unsigned long entry, struct bio *parent, bool sync)
784 return read_from_bdev_sync(zram, bvec, entry, parent);
786 return read_from_bdev_async(zram, bvec, entry, parent);
791 unsigned long entry, struct bio *parent, bool sync)
1184 * To protect concurrent access to the same index entry,
1185 * caller should hold this table index entry's bit_spinlock to
1186 * indicate this index entry is accessing.