Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1225 nfs_fh4 saved_fh; /* ditto. valid only if */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c788 if (cs->saved_fh.nfs_fh4_val) { in rfs4_fini_compound_state()
789 kmem_free(cs->saved_fh.nfs_fh4_val, NFS4_FHSIZE); in rfs4_fini_compound_state()
5032 if ((cs->saved_vp == NULL) || (cs->saved_fh.nfs_fh4_val == NULL)) { in rfs4_op_restorefh()
5042 nfs_fh4_copy(&cs->saved_fh, &cs->fh); in rfs4_op_restorefh()
5075 if (cs->saved_fh.nfs_fh4_val == NULL) { in rfs4_op_savefh()
5076 cs->saved_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in rfs4_op_savefh()
5078 nfs_fh4_copy(&cs->fh, &cs->saved_fh); in rfs4_op_savefh()