taglinefilesource code
locks_alloc_lock88fs/locks.cstatic struct file_lock *locks_alloc_lock(struct file_lock *fl);
locks_alloc_lock441fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
locks_alloc_lock602fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
locks_alloc_lock613fs/locks.cif ((left = locks_alloc_lock(right)) == NULL) {