Lines Matching refs:owner

17  * information: Portions Copyright [yyyy] [name of copyright owner]
487 lock_owner4 *lowner = &argop->nfs_argop4_u.oplockt.owner;
594 if (open_args->owner.owner_val) {
595 kmem_free(open_args->owner.owner_val,
596 open_args->owner.owner_len);
663 * XXX acquired the open owner seqid sync.
940 open_args->owner.owner_len = 0;
941 open_args->owner.owner_val = NULL;
1004 open_args->owner.clientid = recov_state.rs_sp->clientid;
1008 open_args->owner.clientid = 0;
1013 * open owner that will become valid when this OPEN/OPEN_CONFIRM call
1018 /* See if a permanent or just created open owner exists */
1022 * This open owner does not exist so create a temporary
1031 open_args->owner.owner_len = sizeof (oop->oo_name);
1032 open_args->owner.owner_val =
1033 kmem_alloc(open_args->owner.owner_len, KM_SLEEP);
1072 bcopy(&oop->oo_name, open_args->owner.owner_val,
1073 open_args->owner.owner_len);
1246 * This will destroy the open owner if it was just created,
1704 /* this is the cred used to find the open owner */
1727 failed_msg = "can't reopen: no open owner";
1862 open_args->owner.clientid = mi2clientid(mi);
1863 open_args->owner.owner_len = sizeof (oop->oo_name);
1864 open_args->owner.owner_val =
1865 kmem_alloc(open_args->owner.owner_len, KM_SLEEP);
1866 bcopy(&oop->oo_name, open_args->owner.owner_val,
1867 open_args->owner.owner_len);
3952 * owner of the file, the group owner, or the mode. These may
10716 "no open owner"));
12838 * It's ok to not lock the open stream and open owner to get
13207 lockt_args->owner.clientid = mi2clientid(VTOMI4(RTOV4(rp)));
13209 nfs4_setlockowner_args(&lockt_args->owner, rp,
13277 * to the server to give visibility to the open owner.
13368 * Get the lock owner stateid. If no lock owner
13377 * No lock owner so no locks to unlock.
13389 "nfs4frlock_setup_locku_args: LOCKU: no lock owner "
13469 * Get the lock owner. If no lock owner exists,
13472 * owner and open stream).
14086 /* free the reference on the lock owner */
14264 * open owner, etc.
14631 * process. Also removes the lock owner (if one exists) from the rnode's
14680 * Check if the lock owner might have a lock (request was sent but
14683 * second check if there's no lock owner, but for now we'll be
14740 * So, here we're going to need to retrieve the lock-owner
15148 * First get the open owner.
15216 /* need to grab the open owner sync before 'os_sync_lock' */
15345 * we stopped operating on the open owner's <old oo_name, old seqid>
15647 if (lockt_denied->owner.clientid == lockt_args->owner.clientid) {
15649 if (lockt_denied->owner.owner_len == sizeof (*lo)) {
15651 lockt_denied->owner.owner_val;
15656 "denied_to_flk: bad lock owner length\n"));
15658 flk->l_pid = lo_to_pid(&lockt_denied->owner);
15670 flk->l_pid = lo_to_pid(&lockt_denied->owner);