Searched defs:bsep (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1746 nfs4_bseqid_entry_t *bsep; local
1748 bsep = kmem_alloc(sizeof (*bsep), KM_SLEEP);
1749 bsep->bs_oop = oop;
1750 bsep->bs_lop = lop;
1751 bsep->bs_vp = vp;
1752 bsep->bs_pid = pid;
1753 bsep->bs_tag = tag;
1754 bsep->bs_seqid = seqid;
1756 return (bsep);
[all...]
H A Dnfs4_recovery.c342 nfs4_bseqid_entry_t *bsep, vnode_t *moved_vp, char *moved_nm)
380 errs_to_action(recovp, sp, mi, sid, lost_rqstp, gone, op, bsep);
3117 nfs4_bseqid_entry_t *bsep)
3165 if (bsep)
3166 save_bseqid_rqst(bsep, recovp);
3472 save_bseqid_rqst(nfs4_bseqid_entry_t *bsep, recov_info_t *recovp) argument
3479 if (bsep->bs_oop)
3480 open_owner_hold(bsep->bs_oop);
3481 destp->bs_oop = bsep->bs_oop;
3482 if (bsep
340 nfs4_start_recovery(nfs4_error_t *ep, mntinfo4_t *mi, vnode_t *vp1, vnode_t *vp2, stateid4 *sid, nfs4_lost_rqst_t *lost_rqstp, nfs_opnum4 op, nfs4_bseqid_entry_t *bsep, vnode_t *moved_vp, char *moved_nm) argument
3114 errs_to_action(recov_info_t *recovp, nfs4_server_t *sp, mntinfo4_t *mi, stateid4 *sidp, nfs4_lost_rqst_t *lost_rqstp, int unmounted, nfs_opnum4 op, nfs4_bseqid_entry_t *bsep) argument
3494 free_bseqid_rqst(nfs4_bseqid_entry_t *bsep) argument
3524 nfs4_bseqid_entry_t *bsep, *tbsep; local
[all...]
H A Dnfs4_vnops.c1186 nfs4_bseqid_entry_t *bsep = NULL; local
1192 bsep = nfs4_create_bseqid_entry(oop, NULL,
1199 &lost_rqst : NULL, OP_OPEN, bsep, NULL, NULL);
1201 if (bsep)
1202 kmem_free(bsep, sizeof (*bsep));
1697 nfs4_bseqid_entry_t *bsep = NULL; local
1947 bsep = nfs4_create_bseqid_entry(oop, NULL, vp, 0,
1952 NULL, OP_OPEN, bsep, NULL, NULL);
1959 kmem_free(bsep, sizeo
2504 nfs4_bseqid_entry_t *bsep = NULL; local
12779 nfs4_bseqid_entry_t *bsep = NULL; local
13692 nfs4_bseqid_entry_t *bsep = NULL; local
15406 nfs4_bseqid_entry_t *bsep = NULL; local
[all...]

Completed in 97 milliseconds