vfs_lockf.c | 234 lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, function in typeref:typename:int 244 lf_print("lf_findoverlap: looking for overlap in", lock); 330 panic("lf_findoverlap: default"); 428 while ((ovcase = lf_findoverlap(lf, unlock, SELF, 486 while (lf_findoverlap(lf, lock, OTHERS, &prev, &overlap) != 0) { 639 ovcase = lf_findoverlap(block, lock, SELF, &prev, &overlap);
|