Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c703 oop->oo_cred_otw = NULL; in create_open_owner()
1522 if (oop->oo_cred_otw) in nfs4_destroy_open_owner()
1523 crfree(oop->oo_cred_otw); in nfs4_destroy_open_owner()
1581 if (oop->oo_cred_otw) in nfs4_get_otw_cred()
1582 ret_cr = oop->oo_cred_otw; in nfs4_get_otw_cred()
1680 if (oop->oo_cred_otw) in nfs4_get_otw_cred_by_osp()
1681 ret_cr = oop->oo_cred_otw; in nfs4_get_otw_cred_by_osp()
H A Dnfs4_vnops.c1455 if (oop->oo_cred_otw) in nfs4open_otw()
1456 crfree(oop->oo_cred_otw); in nfs4open_otw()
1457 oop->oo_cred_otw = cred_otw; in nfs4open_otw()
1458 crhold(oop->oo_cred_otw); in nfs4open_otw()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h583 cred_t *oo_cred_otw; member