taglinefilesource code
locks_alloc_lock101fs/locks.cstatic struct file_lock *locks_alloc_lock(struct file_lock *fl);
locks_alloc_lock601fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
locks_alloc_lock781fs/locks.cif ((new_fl = locks_alloc_lock(caller)) == NULL)
locks_alloc_lock792fs/locks.cif ((left = locks_alloc_lock(right)) == NULL) {