Searched refs:releasedfl (Results 1 – 1 of 1) sorted by relevance
1456 struct file_lock *lfl,*rfl,*releasedfl,*selffl; in unlock_partialfilelock() local1466 releasedfl = NULL; in unlock_partialfilelock()1492 debuglog("Value of releasedfl: %p\n",releasedfl); in unlock_partialfilelock()1494 unlstatus = unlock_nfslock(fl, &releasedfl, &lfl, &rfl); in unlock_partialfilelock()1495 debuglog("Value of releasedfl: %p\n",releasedfl); in unlock_partialfilelock()1529 unmonitor_lock_host(releasedfl->client_name); in unlock_partialfilelock()1562 if (releasedfl != NULL) { in unlock_partialfilelock()1563 if (fl == releasedfl) { in unlock_partialfilelock()1570 selffl = releasedfl; in unlock_partialfilelock()1579 deallocate_file_lock(releasedfl); in unlock_partialfilelock()[all …]