Home
last modified time | relevance | path

Searched refs:ffl (Results 1 – 1 of 1) sorted by relevance

/linux/fs/fuse/
H A Dfile.c2434 const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument
2437 switch (ffl->type) { in convert_fuse_file_lock()
2443 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()
2444 ffl->end < ffl->start) in convert_fuse_file_lock()
2447 fl->fl_start = ffl->start; in convert_fuse_file_lock()
2448 fl->fl_end = ffl->end; in convert_fuse_file_lock()
2455 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
2462 fl->c.flc_type = ffl->type; in convert_fuse_file_lock()