Searched refs:sbid (Results 1 – 1 of 1) sorted by relevance
904 struct tape_34xx_sbid * sbid; in tape_34xx_add_sbid() local925 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 …]