/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_012_neg.ksh | 37 # 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 D | thrpool.c | 173 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 D | zpool_create_018_pos.ksh | 67 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 D | nfssys.h | 61 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 D | nfs4_kprot.h | 1034 open_delegation4 delegation; member in struct:OPEN4res
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_sys.c | 179 rsa.delegation = STRUCT_FGET(ursa, delegation);
|
H A D | nfs4_xdr.c | 3175 (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 D | nfs4_state.c | 161 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 D | nfs4_callback.c | 80 * 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 D | nfs_server.c | 486 rfs4_server_start(STRUCT_FGET(uap, delegation)); 547 * Check to see if delegation is to be 594 rfs4_server_start(rsa->delegation);
|
H A D | nfs4_srv.c | 4022 * 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 D | nfsd.c | 129 * Set the default for server delegation enablement and set per 664 nsa.delegation = nfs_server_delegation;
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 895 /* 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 D | snoop_nfs4.c | 2727 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 D | nfs4_xdr.c | 1742 if (!xdr_open_delegation4(xdrs, &objp->delegation))
|