/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 130 int doqueue; in acl_getacl2() local 162 doqueue = 1; in acl_getacl2() 169 &doqueue, &res.status, 0, &fi); in acl_getacl2() 193 int doqueue; in acl_setacl2() local 201 doqueue = 1; in acl_setacl2() 208 &doqueue, &res.status, 0, NULL); in acl_setacl2() 243 int doqueue; in acl_getattr2_otw() local 254 doqueue = 1; in acl_getattr2_otw() 261 &doqueue, &res.status, 0, &fi); in acl_getattr2_otw() 283 int doqueue; in acl_access2() local [all …]
|
H A D | nfs4_client_secinfo.c | 462 int doqueue = 1; in secinfo_tryroot_otw() local 481 rfs4call(mi, &args, &res, cr, &doqueue, RFSCALL_SOFT, &e); in secinfo_tryroot_otw() 626 int doqueue; in nfs4secinfo_otw() local 673 doqueue = 1; in nfs4secinfo_otw() 679 rfs4call(mi, &args, &res, cr, &doqueue, RFSCALL_SOFT, &e); in nfs4secinfo_otw() 919 int num_argops, doqueue; in nfs4_secinfo_fh_otw() local 938 doqueue = 1; in nfs4_secinfo_fh_otw() 940 rfs4call(mi, &args, &res, cr, &doqueue, RFSCALL_SOFT, &e); in nfs4_secinfo_fh_otw()
|
H A D | nfs4_vnops.c | 780 int doqueue = 1; in nfs4open_otw() local 1179 rfs4call(VTOMI4(dvp), &args, &res, cred_otw, &doqueue, 0, &e); in nfs4open_otw() 1688 int doqueue = 1; in nfs4_reopen() local 1906 rfs4call(mi, &args, &res, cred_otw, &doqueue, 0, ep); in nfs4_reopen() 2431 int doqueue = 1; in nfs4close_otw() local 2486 rfs4call(mi, &args, &res, cred_otw, &doqueue, 0, ep); in nfs4close_otw() 3172 int doqueue = 1; in nfs4write() local 3234 rfs4call(mi, &args, &res, cr, &doqueue, 0, &e); in nfs4write() 3408 int doqueue; in nfs4read() local 3419 doqueue = 1; in nfs4read() [all …]
|
H A D | nfs4_subr.c | 1213 xdrproc_t xdrres, caddr_t resp, cred_t *icr, int *doqueue, in nfs4_rfscall() argument 1462 if (*doqueue && nfs_has_ctty()) { in nfs4_rfscall() 1463 *doqueue = 0; in nfs4_rfscall() 1554 if (*doqueue == 0) { in nfs4_rfscall() 1560 *doqueue = 1; in nfs4_rfscall() 1582 cred_t *cr, int *doqueue, int flags, nfs4_error_t *ep) in rfs4call() argument 1605 doqueue, &rpc_status, flags, nfscl); in rfs4call() 1670 int doqueue = 1; in remap_lookup() local 1712 rfs4call(mi, &args, &res, cr, &doqueue, RFSCALL_SOFT, ep); in remap_lookup()
|
H A D | nfs4_client.c | 868 int doqueue; in nfs4_getattr_otw_norecovery() local 900 doqueue = 1; in nfs4_getattr_otw_norecovery() 902 rfs4call(VTOMI4(vp), &args, &res, cr, &doqueue, 0, ep); in nfs4_getattr_otw_norecovery() 968 int doqueue; in nfs4_attr_otw() local 998 doqueue = 1; in nfs4_attr_otw() 1004 rfs4call(mi, &args, &res, cr, &doqueue, 0, &e); in nfs4_attr_otw() 3417 int doqueue = 1; in nfs4renew() local 3490 rfs4call(mi, &args, &res, cr, &doqueue, 0, &e); in nfs4renew()
|
H A D | nfs4_vfsops.c | 1235 int doqueue; in getlinktext_otw() local 1273 doqueue = 1; in getlinktext_otw() 1275 rfs4call(mi, &args, &res, cr, &doqueue, 0, &e); in getlinktext_otw() 1679 int doqueue = 1; in nfs4getfh_otw() local 1791 rfs4call(mi, &args, &res, cr, &doqueue, RFSCALL_SOFT, ep); in nfs4getfh_otw() 3417 int doqueue = 1; in nfs4setclientid_otw() local 3462 rfs4call(mi, &args, &res, cr, &doqueue, 0, ep); in nfs4setclientid_otw() 3576 rfs4call(mi, &args, &res, cr, &doqueue, 0, ep); in nfs4setclientid_otw()
|
H A D | nfs4_client_state.c | 1812 int doqueue = 1; in nfs4_open_downgrade() local 1955 rfs4call(mi, &args, &res, cred_otw, &doqueue, 0, ep); in nfs4_open_downgrade() 2035 int doqueue = 1; in nfs4_resend_open_otw() local 2167 rfs4call(mi, &args, &res, cr, &doqueue, 0, ep); in nfs4_resend_open_otw()
|
H A D | nfs4_callback.c | 1411 int doqueue = 1; in nfs4delegreturn_otw() local 1432 rfs4call(VTOMI4(RTOV4(rp)), &args, &res, cr, &doqueue, 0, ep); in nfs4delegreturn_otw()
|
H A D | nfs4_stub_vnops.c | 1384 int doqueue = 1; in nfs4_fetch_locations() local 1449 rfs4call(mi, &args, &res, cr, &doqueue, 0, &e); in nfs4_fetch_locations()
|