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