Lines Matching defs:fl
100 struct nlm_wait *nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl)
107 block->b_lock = fl;
166 const struct file_lock *fl = &lock->fl;
179 if (fl_blocked->fl_start != fl->fl_start)
181 if (fl_blocked->fl_end != fl->fl_end)
234 struct file_lock *fl, *next;
260 list_for_each_entry_safe(fl, next, &host->h_reclaim, fl_u.nfs_fl.list) {
261 list_del_init(&fl->fl_u.nfs_fl.list);
271 if (nlmclnt_reclaim(host, fl, req) != 0)
273 list_add_tail(&fl->fl_u.nfs_fl.list, &host->h_granted);