HomeSort by: relevance | last modified time | path
    Searched defs:owp (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
c_test.c 141 char **owp = wp; local in function:c_test
183 te.pos.wp = owp + 1;
c_sh.c 638 char **owp = wp; local in function:c_set
650 owp = wp += argi - 1;
654 l->argc = wp - owp - 1;
656 for (wp = l->argv; (*wp++ = *owp++) != NULL; )
  /src/bin/csh/
func.c 706 Char *owp; local in function:getword
712 owp = wp;
745 } while ((d || (!(kwd = keyword(owp)) && c != ' '
  /src/sys/fs/nfs/client/
nfs_clstate.c 216 struct nfsclowner *owp, *nowp; local in function:nfscl_open
274 LIST_FOREACH(owp, ohp, nfsow_list) {
275 if (!NFSBCMP(owp->nfsow_owner, own, NFSV4CL_LOCKNAMELEN))
282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen,
307 nfscl_lockexcl(&owp->nfsow_rwlock, NFSCLSTATEMUTEXPTR);
314 *owpp = owp;
329 struct nfsclowner *owp = *owpp, *nowp; local in function:nfscl_newopen
340 if (owp == NULL && nowp != NULL) {
354 owp = *owpp = nowp;
363 LIST_FOREACH(op, &owp->nfsow_open, nfso_list)
480 struct nfsclowner *owp; local in function:nfscl_getstateid
615 struct nfsclowner *owp; local in function:nfscl_getopen
704 struct nfsclowner *owp; local in function:nfscl_openrelease
1129 struct nfsclowner *owp; local in function:nfscl_relbytelock
1238 struct nfsclowner *owp; local in function:nfscl_releasealllocks
1276 struct nfsclowner *owp; local in function:nfscl_checkwritelocked
1533 struct nfsclowner *owp, *nowp; local in function:nfscl_cleandeleg
1568 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanclient
1587 struct nfsclowner *owp, *nowp, *towp; local in function:nfscl_expireclient
1677 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanup_common
1717 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanupkext
1881 struct nfsclowner *owp, *nowp; local in function:nfscl_recover
2441 struct nfsclowner *owp, *nowp; local in function:nfscl_renewthread
2786 struct nfsclowner *owp; local in function:nfscl_dumpstate
2881 struct nfsclowner *owp, *owp2; local in function:nfscl_dupopen
2990 struct nfsclowner *owp; local in function:nfscl_getclose
3064 struct nfsclowner *owp, *nowp; local in function:nfscl_doclose
3673 struct nfsclowner *owp; local in function:nfscl_localconflict
3784 struct nfsclowner *owp, *lowp, *nowp; local in function:nfscl_recalldeleg
4276 struct nfsclowner *owp; local in function:nfscl_removedeleg
4373 struct nfsclowner *owp; local in function:nfscl_renamedeleg
    [all...]
nfs_clrpcops.c 1845 struct nfsclowner *owp; local in function:nfsrpc_create
1855 NFSV4OPEN_ACCESSREAD), 0, cred, p, &owp, NULL, &newone,
1864 owp, &dp, cred, p, dnap, nnap, nfhpp, attrflagp, dattrflagp,
1873 (void) nfscl_deleg(nmp->nm_mountp, owp->nfsow_clp,
1875 nfscl_ownerrelease(owp, error, newone, unlocked);
1953 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp,
1984 *tl++ = txdr_unsigned(owp->nfsow_seqid);
1990 (void) nfsm_strtom(nd, owp->nfsow_owner, NFSV4CL_LOCKNAMELEN);
2037 NFSCL_INCRSEQID(owp->nfsow_seqid, nd);
2051 if (!(owp->nfsow_clp->nfsc_flags
    [all...]
  /src/sys/nfs/
nfs_serv.c 1066 struct nfsrv_descript *wp, *nfsd, *owp, *swp; local in function:nfsrv_writegather
1159 owp = NULL;
1163 owp = wp;
1166 if (owp) {
1167 LIST_INSERT_AFTER(owp, nfsd, nd_tq);
1173 owp = NULL;
1176 owp = wp;
1181 owp = wp;
1184 if (owp) {
1185 LIST_INSERT_AFTER(owp, nfsd, nd_hash)
    [all...]

Completed in 19 milliseconds