Lines Matching defs:full_stripe_lock
203 struct full_stripe_lock {
313 * Return pointer to existing or newly inserted full_stripe_lock structure if
320 static struct full_stripe_lock *insert_full_stripe_lock(
326 struct full_stripe_lock *entry;
327 struct full_stripe_lock *ret;
334 entry = rb_entry(parent, struct full_stripe_lock, node);
366 static struct full_stripe_lock *search_full_stripe_lock(
371 struct full_stripe_lock *entry;
377 entry = rb_entry(node, struct full_stripe_lock, node);
428 struct full_stripe_lock *existing;
475 struct full_stripe_lock *fstripe_lock;