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);
1159 struct list_head *item;
1192 list_for_each (item, &ldb->v_part) {
1193 struct vblk *v = list_entry (item, struct vblk, list);
1221 struct list_head *item;
1243 list_for_each (item, frags) {
1244 f = list_entry (item, struct frag, list);
1290 struct list_head *item, *tmp;
1294 list_for_each_safe (item, tmp, list)
1295 kfree (list_entry (item, struct frag, list));
1312 struct list_head *item;
1316 list_for_each (item, frags) {
1317 f = list_entry (item, struct frag, list);
1405 struct list_head *item, *tmp;
1409 list_for_each_safe (item, tmp, lh)
1410 kfree (list_entry (item, struct vblk, list));