Lines Matching refs:ffl
2414 const struct fuse_file_lock *ffl,
2417 switch (ffl->type) {
2423 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX ||
2424 ffl->end < ffl->start)
2427 fl->fl_start = ffl->start;
2428 fl->fl_end = ffl->end;
2435 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);
2442 fl->fl_type = ffl->type;