do_lock
bool do_lock;
do_lock = false;
do_lock = true;
if (do_lock)
if (do_lock)
enum nlm_stats do_lock(struct file_lock *, int);
retval = do_lock(newfl, lckarg->block);
lockst = do_lock(fl, 1); /* If it's LKST_WAITING we can block */