Lines Matching refs:ffl
2494 const struct fuse_file_lock *ffl,
2497 switch (ffl->type) {
2503 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX ||
2504 ffl->end < ffl->start)
2507 fl->fl_start = ffl->start;
2508 fl->fl_end = ffl->end;
2515 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns);
2522 fl->fl_type = ffl->type;