Home
last modified time | relevance | path

Searched refs:lr_ofile (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2402 filep = &lrp->lr_ofile; in nfs4_free_lost_rqst()
3038 srcfp = &lost_rqstp->lr_ofile; in nfs4_save_lost_rqst()
3039 destfp = &destp->lr_ofile; in nfs4_save_lost_rqst()
H A Dnfs4_client_state.c2117 srcfp = &resend_rqstp->lr_ofile; in nfs4_resend_open_otw()
H A Dnfs4_vnops.c750 lost_rqstp->lr_ofile.utf8string_len = 0; in nfs4open_save_lost_rqst()
751 lost_rqstp->lr_ofile.utf8string_val = NULL; in nfs4open_save_lost_rqst()
752 (void) str_to_utf8(srccfp, &lost_rqstp->lr_ofile); in nfs4open_save_lost_rqst()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h715 #define lr_ofile nfs4_lr_u.lru_open_args.lru_ofile macro