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

/linux-4.4.14/drivers/s390/char/
H A Dtape_34xx.c904 struct tape_34xx_sbid * sbid; tape_34xx_add_sbid() local
925 sbid = list_entry(l, struct tape_34xx_sbid, list); list_for_each()
928 (sbid->bid.segment == bid.segment) && list_for_each()
929 (sbid->bid.wrap == bid.wrap) list_for_each()
931 if (bid.block < sbid->bid.block) list_for_each()
932 sbid->bid = bid; list_for_each()
938 if (bid.block < sbid->bid.block) { list_for_each()
949 sbid = list_entry(l, struct tape_34xx_sbid, list); list_for_each()
951 sbid->bid.wrap, list_for_each()
952 sbid->bid.segment, list_for_each()
953 sbid->bid.block list_for_each()
966 struct tape_34xx_sbid * sbid; tape_34xx_delete_sbid_from() local
975 sbid = list_entry(l, struct tape_34xx_sbid, list); list_for_each_safe()
976 if (sbid->bid.block >= from) { list_for_each_safe()
977 DBF_LH(4, "Delete sbid %d:%03d@%05d\n", list_for_each_safe()
978 sbid->bid.wrap, list_for_each_safe()
979 sbid->bid.segment, list_for_each_safe()
980 sbid->bid.block list_for_each_safe()
983 kfree(sbid); list_for_each_safe()
996 struct tape_34xx_sbid * sbid; tape_34xx_merge_sbid() local
1010 sbid = list_entry(l, struct tape_34xx_sbid, list); list_for_each()
1012 if (sbid->bid.block >= bid->block) list_for_each()
1014 sbid_to_use = sbid; list_for_each()

Completed in 80 milliseconds