Home
last modified time | relevance | path

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

/fs/fuse/
Dfile.c1414 static int convert_fuse_file_lock(const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument
1417 switch (ffl->type) { in convert_fuse_file_lock()
1423 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()
1424 ffl->end < ffl->start) in convert_fuse_file_lock()
1427 fl->fl_start = ffl->start; in convert_fuse_file_lock()
1428 fl->fl_end = ffl->end; in convert_fuse_file_lock()
1429 fl->fl_pid = ffl->pid; in convert_fuse_file_lock()
1435 fl->fl_type = ffl->type; in convert_fuse_file_lock()