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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dfile.c638 static int convert_fuse_file_lock(const struct fuse_file_lock *ffl, argument
641 switch (ffl->type) {
647 if (ffl->start > OFFSET_MAX || ffl->end > OFFSET_MAX ||
648 ffl->end < ffl->start)
651 fl->fl_start = ffl->start;
652 fl->fl_end = ffl->end;
653 fl->fl_pid = ffl->pid;
659 fl->fl_type = ffl
[all...]

Completed in 45 milliseconds