Home
last modified time | relevance | path

Searched refs:sbid (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Dtape_34xx.c904 struct tape_34xx_sbid * sbid; in tape_34xx_add_sbid() local
925 sbid = list_entry(l, struct tape_34xx_sbid, list); in tape_34xx_add_sbid()
928 (sbid->bid.segment == bid.segment) && in tape_34xx_add_sbid()
929 (sbid->bid.wrap == bid.wrap) in tape_34xx_add_sbid()
931 if (bid.block < sbid->bid.block) in tape_34xx_add_sbid()
932 sbid->bid = bid; in tape_34xx_add_sbid()
938 if (bid.block < sbid->bid.block) { in tape_34xx_add_sbid()
949 sbid = list_entry(l, struct tape_34xx_sbid, list); in tape_34xx_add_sbid()
951 sbid->bid.wrap, in tape_34xx_add_sbid()
952 sbid->bid.segment, in tape_34xx_add_sbid()
[all …]