Lines Matching refs:bsep

1187 			nfs4_bseqid_entry_t *bsep = NULL;  in nfs4open_otw()  local
1193 bsep = nfs4_create_bseqid_entry(oop, NULL, in nfs4open_otw()
1200 &lost_rqst : NULL, OP_OPEN, bsep, NULL, NULL); in nfs4open_otw()
1202 if (bsep) in nfs4open_otw()
1203 kmem_free(bsep, sizeof (*bsep)); in nfs4open_otw()
1715 nfs4_bseqid_entry_t *bsep = NULL; in nfs4_reopen() local
1965 bsep = nfs4_create_bseqid_entry(oop, NULL, vp, 0, in nfs4_reopen()
1970 NULL, OP_OPEN, bsep, NULL, NULL); in nfs4_reopen()
1977 kmem_free(bsep, sizeof (*bsep)); in nfs4_reopen()
2522 nfs4_bseqid_entry_t *bsep = NULL; in nfs4close_otw() local
2529 bsep = nfs4_create_bseqid_entry(oop, NULL, vp, in nfs4close_otw()
2546 OP_CLOSE, bsep, NULL, NULL); in nfs4close_otw()
2552 if (bsep) in nfs4close_otw()
2553 kmem_free(bsep, sizeof (*bsep)); in nfs4close_otw()
12784 nfs4_bseqid_entry_t *bsep = NULL; in nfs4open_confirm() local
12787 bsep = nfs4_create_bseqid_entry(oop, NULL, in nfs4open_confirm()
12792 NULL, NULL, OP_OPEN_CONFIRM, bsep, NULL, NULL); in nfs4open_confirm()
12793 if (bsep) { in nfs4open_confirm()
12794 kmem_free(bsep, sizeof (*bsep)); in nfs4open_confirm()
13689 nfs4_bseqid_entry_t *bsep = NULL; in nfs4frlock_recovery() local
13710 bsep = nfs4_create_bseqid_entry(oop, lop, vp, in nfs4frlock_recovery()
13717 NULL, op, bsep, NULL, NULL); in nfs4frlock_recovery()
13719 if (bsep) in nfs4frlock_recovery()
13720 kmem_free(bsep, sizeof (*bsep)); in nfs4frlock_recovery()
15402 nfs4_bseqid_entry_t *bsep = NULL; in nfs4close_one() local
15405 bsep = nfs4_create_bseqid_entry(oop, NULL, in nfs4close_one()
15417 bsep, NULL, NULL); in nfs4close_one()
15420 if (bsep) in nfs4close_one()
15421 kmem_free(bsep, sizeof (*bsep)); in nfs4close_one()