• Home
  • Raw
  • Download

Lines Matching refs:ops

1427 static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops)  in nfs4_reclaim_locks()  argument
1449 status = ops->recover_lock(state, fl); in nfs4_reclaim_locks()
1487 …int nfs4_reclaim_open_state(struct nfs4_state_owner *sp, const struct nfs4_state_recovery_ops *ops) in nfs4_reclaim_open_state() argument
1505 if (!test_and_clear_bit(ops->state_flag_bit, &state->flags)) in nfs4_reclaim_open_state()
1513 status = ops->recover_open(sp, state); in nfs4_reclaim_open_state()
1515 status = nfs4_reclaim_locks(state, ops); in nfs4_reclaim_open_state()
1641 const struct nfs4_state_recovery_ops *ops, in nfs4_reclaim_complete() argument
1645 if (ops->reclaim_complete) in nfs4_reclaim_complete()
1646 return ops->reclaim_complete(clp, cred); in nfs4_reclaim_complete()
1692 const struct nfs4_state_recovery_ops *ops; in nfs4_state_end_reclaim_reboot() local
1698 ops = clp->cl_mvops->reboot_recovery_ops; in nfs4_state_end_reclaim_reboot()
1700 err = nfs4_reclaim_complete(clp, ops, cred); in nfs4_state_end_reclaim_reboot()
1753 static int nfs4_do_reclaim(struct nfs_client *clp, const struct nfs4_state_recovery_ops *ops) in nfs4_do_reclaim() argument
1770 if (!test_and_clear_bit(ops->owner_flag_bit, in nfs4_do_reclaim()
1778 status = nfs4_reclaim_open_state(sp, ops); in nfs4_do_reclaim()
1780 set_bit(ops->owner_flag_bit, &sp->so_flags); in nfs4_do_reclaim()
1798 const struct nfs4_state_maintenance_ops *ops = in nfs4_check_lease() local
1806 cred = ops->get_state_renewal_cred_locked(clp); in nfs4_check_lease()
1814 status = ops->renew_lease(clp, cred); in nfs4_check_lease()
1876 const struct nfs4_state_recovery_ops *ops = in nfs4_establish_lease() local
1884 status = ops->establish_clid(clp, cred); in nfs4_establish_lease()
1997 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_migration() local
2006 cred = ops->get_state_renewal_cred_locked(clp); in nfs4_handle_migration()
2045 const struct nfs4_state_maintenance_ops *ops = in nfs4_handle_lease_moved() local
2054 cred = ops->get_state_renewal_cred_locked(clp); in nfs4_handle_lease_moved()
2103 const struct nfs4_state_recovery_ops *ops = in nfs4_discover_server_trunking() local
2121 status = ops->detect_trunking(clp, result, cred); in nfs4_discover_server_trunking()