Lines Matching refs:item
540 struct list_head *item;
544 list_for_each (item, &ldb->v_disk) {
545 struct vblk *v = list_entry (item, struct vblk, list);
573 struct list_head *item;
590 list_for_each (item, &ldb->v_part) {
591 vb = list_entry (item, struct vblk, list);
1168 struct list_head *item;
1201 list_for_each (item, &ldb->v_part) {
1202 struct vblk *v = list_entry (item, struct vblk, list);
1230 struct list_head *item;
1252 list_for_each (item, frags) {
1253 f = list_entry (item, struct frag, list);
1299 struct list_head *item, *tmp;
1303 list_for_each_safe (item, tmp, list)
1304 kfree (list_entry (item, struct frag, list));
1321 struct list_head *item;
1325 list_for_each (item, frags) {
1326 f = list_entry (item, struct frag, list);
1414 struct list_head *item, *tmp;
1418 list_for_each_safe (item, tmp, lh)
1419 kfree (list_entry (item, struct vblk, list));