Lines Matching refs:fll
605 struct file_lock_list_struct *fll = this_cpu_ptr(&file_lock_list);
609 spin_lock(&fll->lock);
611 hlist_add_head(&fl->fl_link, &fll->hlist);
612 spin_unlock(&fll->lock);
618 struct file_lock_list_struct *fll;
630 fll = per_cpu_ptr(&file_lock_list, fl->fl_link_cpu);
631 spin_lock(&fll->lock);
633 spin_unlock(&fll->lock);
2918 struct file_lock_list_struct *fll = per_cpu_ptr(&file_lock_list, i);
2920 spin_lock_init(&fll->lock);
2921 INIT_HLIST_HEAD(&fll->hlist);