Lines Matching refs:args1
572 nlm_testargs args1; in nlm_test_rpc() local
576 args1.cookie = args->cookie; in nlm_test_rpc()
577 args1.exclusive = args->exclusive; in nlm_test_rpc()
578 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_test_rpc()
581 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc()
603 nlm_lockargs args1; in nlm_lock_rpc() local
607 args1.cookie = args->cookie; in nlm_lock_rpc()
608 args1.block = args->block; in nlm_lock_rpc()
609 args1.exclusive = args->exclusive; in nlm_lock_rpc()
610 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_lock_rpc()
611 args1.reclaim = args->reclaim; in nlm_lock_rpc()
612 args1.state = args->state; in nlm_lock_rpc()
615 stat = nlm_lock_1(&args1, &res1, client, ext, timo); in nlm_lock_rpc()
632 nlm_cancargs args1; in nlm_cancel_rpc() local
636 args1.cookie = args->cookie; in nlm_cancel_rpc()
637 args1.block = args->block; in nlm_cancel_rpc()
638 args1.exclusive = args->exclusive; in nlm_cancel_rpc()
639 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_cancel_rpc()
642 stat = nlm_cancel_1(&args1, &res1, client, ext, timo); in nlm_cancel_rpc()
659 nlm_unlockargs args1; in nlm_unlock_rpc() local
663 args1.cookie = args->cookie; in nlm_unlock_rpc()
664 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_unlock_rpc()
667 stat = nlm_unlock_1(&args1, &res1, client, ext, timo); in nlm_unlock_rpc()