Home
last modified time | relevance | path

Searched refs:rfs4_update_open_resp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4.h821 extern void rfs4_update_open_resp(rfs4_openowner_t *,
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7526 rfs4_update_open_resp(oo, resop, &cs->fh); in rfs4_op_open()
7711 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_confirm()
7958 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_downgrade()
8397 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_close()
8964 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
9212 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
H A Dnfs4_state.c2148 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) in rfs4_update_open_resp() function