Lines Matching refs:fll
668 struct file_lock_list_struct *fll = this_cpu_ptr(&file_lock_list);
672 spin_lock(&fll->lock);
674 hlist_add_head(&fl->fl_link, &fll->hlist);
675 spin_unlock(&fll->lock);
681 struct file_lock_list_struct *fll;
693 fll = per_cpu_ptr(&file_lock_list, fl->fl_link_cpu);
694 spin_lock(&fll->lock);
696 spin_unlock(&fll->lock);
3037 struct file_lock_list_struct *fll = per_cpu_ptr(&file_lock_list, i);
3039 spin_lock_init(&fll->lock);
3040 INIT_HLIST_HEAD(&fll->hlist);