Searched refs:sbid (Results 1 – 1 of 1) sorted by relevance
905 struct tape_34xx_sbid * sbid; in tape_34xx_add_sbid() local926 sbid = list_entry(l, struct tape_34xx_sbid, list); in tape_34xx_add_sbid()929 (sbid->bid.segment == bid.segment) && in tape_34xx_add_sbid()930 (sbid->bid.wrap == bid.wrap) in tape_34xx_add_sbid()932 if (bid.block < sbid->bid.block) in tape_34xx_add_sbid()933 sbid->bid = bid; in tape_34xx_add_sbid()939 if (bid.block < sbid->bid.block) { in tape_34xx_add_sbid()950 sbid = list_entry(l, struct tape_34xx_sbid, list); in tape_34xx_add_sbid()952 sbid->bid.wrap, in tape_34xx_add_sbid()953 sbid->bid.segment, in tape_34xx_add_sbid()[all …]