tag | line | file | source code |
---|---|---|---|
fl1 | 28 | fs/locks.c | static int overlap(struct file_lock *fl1, struct file_lock *fl2); |
fl1 | 247 | fs/locks.c | static int overlap(struct file_lock *fl1, struct file_lock *fl2) |
fl1 | 249 | fs/locks.c | return fl1->fl_end >= fl2->fl_start && fl2->fl_end >= fl1->fl_start; |