Searched refs:owp (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clstate.c | 214 struct nfsclowner *owp, *nowp; in nfscl_open() local 272 LIST_FOREACH(owp, ohp, nfsow_list) { in nfscl_open() 273 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN)) in nfscl_open() 280 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, in nfscl_open() 305 nfscl_lockexcl(&owp->nfsow_rwlock, NFSCLSTATEMUTEXPTR); in nfscl_open() 312 *owpp = owp; in nfscl_open() 327 struct nfsclowner *owp = *owpp, *nowp; in nfscl_newopen() local 338 if (owp == NULL && nowp != NULL) { in nfscl_newopen() 352 owp = *owpp = nowp; in nfscl_newopen() 361 LIST_FOREACH(op, &owp->nfsow_open, nfso_list) { in nfscl_newopen() [all …]
|
| HD | nfs_clrpcops.c | 1833 struct nfsclowner *owp; in nfsrpc_create() local 1843 NFSV4OPEN_ACCESSREAD), 0, cred, p, &owp, NULL, &newone, in nfsrpc_create() 1852 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp, in nfsrpc_create() 1861 (void) nfscl_deleg(nmp->nm_mountp, owp->nfsow_clp, in nfsrpc_create() 1863 nfscl_ownerrelease(owp, error, newone, unlocked); in nfsrpc_create() 1941 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp, in nfsrpc_createv4() argument 1972 *tl++ = txdr_unsigned(owp->nfsow_seqid); in nfsrpc_createv4() 1978 (void) nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN); in nfsrpc_createv4() 2025 NFSCL_INCRSEQID(owp->nfsow_seqid, nd); in nfsrpc_createv4() 2039 if (!(owp->nfsow_clp->nfsc_flags & in nfsrpc_createv4() [all …]
|
| /trueos/sys/geom/vinum/ |
| HD | geom_vinum_raid5.c | 146 struct gv_raid5_packet *wp, *owp; in gv_stripe_active() local 154 TAILQ_FOREACH(owp, &p->packets, list) { in gv_stripe_active() 155 if (owp == wp) in gv_stripe_active() 157 if ((wp->lockbase >= owp->lockbase) && in gv_stripe_active() 158 (wp->lockbase <= owp->lockbase + owp->length)) { in gv_stripe_active() 162 if ((wp->lockbase <= owp->lockbase) && in gv_stripe_active() 163 (wp->lockbase + wp->length >= owp->lockbase)) { in gv_stripe_active()
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_archive_string_conversion.c | 166 wchar_t *owp = wout; in scan_unicode_pattern() local 218 owp += unicode_to_wc(owp, uc); in scan_unicode_pattern() 225 *owp = L'\0'; in scan_unicode_pattern()
|
| /trueos/release/picobsd/tinyware/msh/ |
| HD | sh3.c | 249 char **owp; local 251 owp = wp; 264 echo (cp ? wp: owp); 266 while ((cp = *owp++) != NULL && assign(cp, COPYV)) 295 if (owp != NULL) 296 while ((cp = *owp++) != NULL && assign(cp, COPYV))
|