tag | line | file | source code |
---|---|---|---|
fl1 | 91 | fs/locks.c | static int locks_overlap(struct file_lock *fl1, struct file_lock *fl2); |
fl1 | 426 | fs/locks.c | static int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) |
fl1 | 428 | fs/locks.c | return ((fl1->fl_end >= fl2->fl_start) && |
fl1 | 429 | fs/locks.c | (fl2->fl_end >= fl1->fl_start)); |