Home
last modified time | relevance | path

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

/linux/fs/fuse/
H A Dfile.c2437 const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument
2440 switch (ffl->type) { in convert_fuse_file_lock()
2446 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()
2447 ffl->end < ffl->start) in convert_fuse_file_lock()
2450 fl->fl_start = ffl->start; in convert_fuse_file_lock()
2451 fl->fl_end = ffl->end; in convert_fuse_file_lock()
2458 fl->c.flc_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
2465 fl->c.flc_type = ffl->type; in convert_fuse_file_lock()