Lines Matching defs:ops

1513 static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops)
1536 status = ops->recover_lock(state, fl);
1620 const struct nfs4_state_recovery_ops *ops,
1626 status = ops->recover_open(sp, state);
1630 status = nfs4_reclaim_locks(state, ops);
1651 const struct nfs4_state_recovery_ops *ops,
1673 if (!test_and_clear_bit(ops->state_flag_bit, &state->flags))
1688 status = __nfs4_reclaim_open_state(sp, state, ops, lost_locks);
1710 set_bit(ops->state_flag_bit, &state->flags);
1813 const struct nfs4_state_recovery_ops *ops,
1817 if (ops->reclaim_complete)
1818 return ops->reclaim_complete(clp, cred);
1864 const struct nfs4_state_recovery_ops *ops;
1870 ops = clp->cl_mvops->reboot_recovery_ops;
1872 err = nfs4_reclaim_complete(clp, ops, cred);
1925 static int nfs4_do_reclaim(struct nfs_client *clp, const struct nfs4_state_recovery_ops *ops)
1944 if (!test_and_clear_bit(ops->owner_flag_bit,
1952 status = nfs4_reclaim_open_state(sp, ops, &lost_locks);
1957 set_bit(ops->owner_flag_bit, &sp->so_flags);
1979 const struct nfs4_state_maintenance_ops *ops =
1986 cred = ops->get_state_renewal_cred(clp);
1993 status = ops->renew_lease(clp, cred);
2058 const struct nfs4_state_recovery_ops *ops =
2068 status = ops->establish_clid(clp, cred);
2196 const struct nfs4_state_maintenance_ops *ops =
2204 cred = ops->get_state_renewal_cred(clp);
2242 const struct nfs4_state_maintenance_ops *ops =
2250 cred = ops->get_state_renewal_cred(clp);
2298 const struct nfs4_state_recovery_ops *ops =
2316 status = ops->detect_trunking(clp, result, cred);