Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h937 extern void rfs4_update_open_resp(rfs4_openowner_t *,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7761 rfs4_update_open_resp(oo, resop, &cs->fh); in rfs4_op_open()
7947 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_confirm()
8196 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_downgrade()
8639 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_close()
9211 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
9464 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
H A Dnfs4_state.c2329 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) in rfs4_update_open_resp() function