Home
last modified time | relevance | path

Searched refs:sr_slot_ops (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnfs_xdr.h212 const struct nfs4_sequence_slot_ops *sr_slot_ops; member
/linux/fs/nfs/
H A Dnfs4proc.c779 res->sr_slot_ops = clp->cl_mvops->sequence_slot_ops; in nfs4_init_sequence()
1042 res->sr_slot_ops->free_slot(res); in nfs4_sequence_free_slot()
1049 return res->sr_slot_ops->process(task, res); in nfs4_sequence_process()
1056 return res->sr_slot_ops->done(task, res); in nfs4_sequence_done()
2393 data->c_res.seq_res.sr_slot_ops->done(task, &data->c_res.seq_res); in nfs4_open_confirm_done()