Home
last modified time | relevance | path

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

/fs/fuse/
Dfile.c1276 static int convert_fuse_file_lock(const struct fuse_file_lock *ffl, in convert_fuse_file_lock() argument
1279 switch (ffl->type) { in convert_fuse_file_lock()
1285 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX || in convert_fuse_file_lock()
1286 ffl->end < ffl->start) in convert_fuse_file_lock()
1289 fl->fl_start = ffl->start; in convert_fuse_file_lock()
1290 fl->fl_end = ffl->end; in convert_fuse_file_lock()
1291 fl->fl_pid = ffl->pid; in convert_fuse_file_lock()
1297 fl->fl_type = ffl->type; in convert_fuse_file_lock()