Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2228 if (oo->ro_reply_fh.nfs_fh4_val) { in rfs4_openowner_destroy()
2230 oo->ro_reply_fh.nfs_fh4_len); in rfs4_openowner_destroy()
2231 oo->ro_reply_fh.nfs_fh4_val = NULL; in rfs4_openowner_destroy()
2232 oo->ro_reply_fh.nfs_fh4_len = 0; in rfs4_openowner_destroy()
2270 oo->ro_reply_fh.nfs_fh4_len = 0; in rfs4_openowner_create()
2271 oo->ro_reply_fh.nfs_fh4_val = NULL; in rfs4_openowner_create()
2342 oo->ro_reply_fh.nfs_fh4_val = in rfs4_update_open_resp()
2344 nfs_fh4_copy(fh, &oo->ro_reply_fh); in rfs4_update_open_resp()
2346 if (oo->ro_reply_fh.nfs_fh4_val) { in rfs4_update_open_resp()
2348 oo->ro_reply_fh.nfs_fh4_len); in rfs4_update_open_resp()
[all …]
H A Dnfs4_srv.c7770 oo->ro_reply_fh.nfs_fh4_val) { in rfs4_op_open()
7778 (nfs_fh4_fmt_t *)oo->ro_reply_fh.nfs_fh4_val; in rfs4_op_open()
7790 cs->vp = nfs4_fhtovp(&oo->ro_reply_fh, cs->exi, in rfs4_op_open()
7796 nfs_fh4_copy(&oo->ro_reply_fh, &cs->fh); in rfs4_op_open()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h580 nfs_fh4 ro_reply_fh; member