Lines Matching refs:owner

17  * information: Portions Copyright [yyyy] [name of copyright owner]
1670 vap->va_mode = 0700; /* default: owner rwx only */
1688 vap->va_mode = 0700; /* default: owner rwx only */
1767 vap->va_mode = 0600; /* default: owner rw only */
3879 * A client using lock after the lock owner stateid has been released
3969 * open owner state is reaped via close. One scenario
3984 * owner for any opens that have lockowner state associated
6752 * the file for this open owner;
6759 * is adding to the file for this open owner;
6768 * open owner on this file with the same share/deny modes.
7008 * owner of the file is the one requesting the open.
7044 * create the state for this lock owner. Note solaris doen't
7061 * New lock owner, create state. Since this was probably called
7092 * Find the file and state info for this vp and open owner pair.
7284 open_owner4 *owner = &args->owner;
7304 cp = rfs4_findclient_by_id(owner->clientid, FALSE);
7307 rfs4_check_clientid(&owner->clientid, 0);
7325 oo = rfs4_findopenowner(owner, &create, args->seqid);
7359 * Sequence was ok and open owner exists
7745 /* Check the sequence id for the open owner */
8312 /* Check the sequence id for the open owner */
8422 * Release all locks on this file by this lock owner or at
8505 dp->owner.clientid = lo->rl_owner.clientid;
8507 dp->owner.owner_val = kmem_alloc(len, KM_SLEEP);
8508 bcopy(lo->rl_owner.owner_val, dp->owner.owner_val, len);
8509 dp->owner.owner_len = len;
8518 * the lock owner to the pid.
8520 dp->owner.clientid = flk->l_sysid;
8522 dp->owner.owner_len = len;
8523 dp->owner.owner_val = kmem_alloc(len, KM_SLEEP);
8524 bcopy(&flk->l_pid, dp->owner.owner_val, len);
8582 /* Get the owner of the lock */
8822 NFS4_DEBUG(rfs4_debug, (CE_NOTE, "Creating new lock owner"));
8897 (CE_NOTE, "rfs4_op_lock: no lock owner"));
9210 kmem_free(dp->owner.owner_val, dp->owner.owner_len);
9382 if ((cp = rfs4_findclient_by_id(args->owner.clientid, FALSE))
9385 rfs4_check_clientid(&args->owner.clientid, 0);
9429 lo = rfs4_findlockowner(&args->owner, &create);