| lockd_lock.c | 116 enum nlm_stats do_lock(struct file_lock *, int); 341 	retval = do_lock(newfl, lckarg->block);
 507 do_lock(struct file_lock *fl, int block)  function in typeref:enum:nlm_stats
 716 		lockst = do_lock(fl, 1); /* If it's LKST_WAITING we can block */
 
 |