Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h821 extern void rfs4_update_open_resp(rfs4_openowner_t *,
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7532 rfs4_update_open_resp(oo, resop, &cs->fh); in rfs4_op_open()
7717 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_confirm()
7964 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_open_downgrade()
8403 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_close()
8890 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
9138 rfs4_update_open_resp(sp->rs_owner, resop, NULL); in rfs4_op_lock()
H A Dnfs4_state.c2151 rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh) in rfs4_update_open_resp() function