tag | line | file | source code |
---|---|---|---|
fl2 | 106 | fs/locks.c | static int locks_overlap(struct file_lock *fl1, struct file_lock *fl2); |
fl2 | 550 | fs/locks.c | static int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) |
fl2 | 552 | fs/locks.c | return ((fl1->fl_end >= fl2->fl_start) && |
fl2 | 553 | fs/locks.c | (fl2->fl_end >= fl1->fl_start)); |