Searched refs:oo_cred_otw (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c703 oop->oo_cred_otw = NULL;
1522 if (oop->oo_cred_otw)
1523 crfree(oop->oo_cred_otw);
1581 if (oop->oo_cred_otw)
1582 ret_cr = oop->oo_cred_otw;
1600 * oo_cred_otw exists then it is returned; otherwise the provided 'cr'
1680 if (oop->oo_cred_otw)
1681 ret_cr = oop->oo_cred_otw;
H A Dnfs4_vnops.c1451 if (oop->oo_cred_otw)
1452 crfree(oop->oo_cred_otw);
1453 oop->oo_cred_otw = cred_otw;
1454 crhold(oop->oo_cred_otw);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h526 * Hashed by the cr_uid and cr_ruid of credential 'oo_cred'. 'oo_cred_otw'
528 * and real uid's don't match. The 'oo_cred_otw' overrides the credential
566 * oo_cred_otw
583 cred_t *oo_cred_otw; member in struct:nfs4_open_owner

Completed in 83 milliseconds