Searched refs:delegation (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh37 # can not use permissions properly when delegation property is set off
42 # delegation property is off
49 log_must zpool set delegation=on $TESTPOOL
54 "delegation property is set off"
64 log_must zpool set delegation=off $TESTPOOL
79 "delegation property is set off"
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c173 svcrdma(int id, int versmin, int versmax, int delegation) argument
183 rsa->delegation = delegation;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh67 typeset props=("autoreplace" "delegation" "cachefile" "version" "autoexpand")
89 log_must zpool create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
90 RESULT=$(get_pool_prop delegation $TESTPOOL)
94 log_fail "Pool created without the delegation prop."
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h61 int delegation; /* NFSv4 delegation on/off? */ member in struct:nfs_svc_args
71 int32_t delegation; /* NFSv4 delegation on/off? */ member in struct:nfs_svc_args32
182 int delegation; /* NFSv4 delegation on/off? */ member in struct:rdma_svc_args
191 int32_t delegation; /* NFSv4 delegation on/off? */ member in struct:rdma_svc_args32
H A Dnfs4_kprot.h1034 open_delegation4 delegation; member in struct:OPEN4res
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c179 rsa.delegation = STRUCT_FGET(ursa, delegation);
H A Dnfs4_xdr.c3175 (int *)&objp->delegation.delegation_type))
3177 switch (objp->delegation.delegation_type) {
3181 if (!xdr_u_int(xdrs, &objp->delegation.
3184 if (!xdr_opaque(xdrs, objp->delegation.
3188 if (!xdr_bool(xdrs, &objp->delegation.
3191 return (xdr_nfsace4(xdrs, &objp->delegation.
3194 if (!xdr_u_int(xdrs, &objp->delegation.
3197 if (!xdr_opaque(xdrs, objp->delegation.
3201 if (!xdr_bool(xdrs, &objp->delegation.
3204 if (!xdr_int(xdrs, (int *)&objp->delegation
[all...]
H A Dnfs4_state.c161 switch (sres->delegation.delegation_type) {
165 sacep = &sres->delegation.open_delegation4_u.read.permissions;
166 dacep = &dres->delegation.open_delegation4_u.read.permissions;
169 sacep = &sres->delegation.open_delegation4_u.write.permissions;
170 dacep = &dres->delegation.open_delegation4_u.write.permissions;
186 switch (res->delegation.delegation_type) {
190 acep = &res->delegation.open_delegation4_u.read.permissions;
193 acep = &res->delegation.open_delegation4_u.write.permissions;
2946 /* return delegation if necessary */
3277 * case of a delegation statei
[all...]
H A Dnfs4_callback.c80 * match any delegation state ID or file handled. This
107 * style delegation.
243 * Search the delegation list for a matching file handle;
423 * Search the delegation list for a matching file handle
1166 * Clean pending delegation return list.
1326 * the delegation was granted. Caller must
1473 * Check to see if the delegation has already been
1475 * the delegation cannot change at this point due
1557 * just give up and clean up the delegation.
1569 * nfs4delegreturn - general function to return a delegation
[all...]
H A Dnfs_server.c486 rfs4_server_start(STRUCT_FGET(uap, delegation));
547 * Check to see if delegation is to be
594 rfs4_server_start(rsa->delegation);
H A Dnfs4_srv.c4022 * short utility function to lookup a file and recall the delegation
4144 * there is a file struct around and check for delegation.
4516 * Is the source a file and have a delegation?
4543 /* Does the destination exist and a file and have a delegation? */
5311 /* check if a monitor detected a delegation conflict */
6609 * Check to see if we need to recall a delegation.
6772 * conflicts in delegation. We don't want to recall a
6773 * delegation based on an open that will eventually fail based
6819 /* Let's see if the delegation was returned */
6837 * the share check passed and any delegation conflic
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c129 * Set the default for server delegation enablement and set per
664 nsa.delegation = nfs_server_delegation;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x895 /* Next definitions used for OPEN delegation */
953 * Right to file based on a delegation
962 * Right to file based on a delegation
972 * OPEN: Open a file, potentially receiving an open delegation
984 stateid4 stateid; /* Stateid for delegation */
995 stateid4 stateid; /* Stateid for delegation */
1038 open_delegation4 delegation; /* Info on any open
1039 delegation */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c2727 sum_delegation(bp, blen, &res->OPEN4res_u.resok4.delegation);
2746 detail_delegation(&res->OPEN4res_u.resok4.delegation);
3408 * Write a summary string for the given delegation into buf.
3777 * Return a string naming the given delegation.
H A Dnfs4_xdr.c1742 if (!xdr_open_delegation4(xdrs, &objp->delegation))

Completed in 110 milliseconds