Lines Matching defs:fstripe_lock
475 struct full_stripe_lock *fstripe_lock;
496 fstripe_lock = search_full_stripe_lock(locks_root, fstripe_start);
498 if (!fstripe_lock) {
505 if (fstripe_lock->refs == 0) {
508 fstripe_lock->logical);
510 fstripe_lock->refs--;
513 if (fstripe_lock->refs == 0) {
514 rb_erase(&fstripe_lock->node, &locks_root->root);
519 mutex_unlock(&fstripe_lock->mutex);
521 kfree(fstripe_lock);