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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddelegation.c2 * linux/fs/nfs/delegation.c
6 * NFS file delegation management
22 #include "delegation.h"
25 static void nfs_do_free_delegation(struct nfs_delegation *delegation) argument
27 kfree(delegation);
32 struct nfs_delegation *delegation = container_of(head, struct nfs_delegation, rcu); local
34 nfs_do_free_delegation(delegation);
37 static void nfs_free_delegation(struct nfs_delegation *delegation) argument
39 if (delegation->cred) {
40 put_rpccred(delegation
46 nfs_mark_delegation_referenced(struct nfs_delegation *delegation) argument
53 struct nfs_delegation *delegation; local
130 struct nfs_delegation *delegation; local
161 nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) argument
170 nfs_delegation_grab_inode(struct nfs_delegation *delegation) argument
185 struct nfs_delegation *delegation = local
214 struct nfs_delegation *delegation, *old_delegation; local
276 __nfs_inode_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) argument
301 struct nfs_delegation *delegation; local
341 struct nfs_delegation *delegation; local
356 struct nfs_delegation *delegation; local
371 nfs_mark_return_delegation(struct nfs_client *clp, struct nfs_delegation *delegation) argument
383 struct nfs_delegation *delegation; local
402 struct nfs_delegation *delegation; local
448 struct nfs_delegation *delegation; local
471 struct nfs_delegation *delegation; local
492 struct nfs_delegation *delegation; local
514 struct nfs_delegation *delegation; local
526 struct nfs_delegation *delegation; local
551 struct nfs_delegation *delegation; local
[all...]
H A Dcallback_proc.c13 #include "delegation.h"
23 struct nfs_delegation *delegation; local
41 delegation = rcu_dereference(nfsi->delegation);
42 if (delegation == NULL || (delegation->type & FMODE_WRITE) == 0)
45 res->change_attr = delegation->change_attr;
84 /* Set up a helper thread to actually return the delegation */
106 int nfs4_validate_delegation_stateid(struct nfs_delegation *delegation, const nfs4_stateid *stateid) argument
108 if (delegation
116 nfs41_validate_delegation_stateid(struct nfs_delegation *delegation, const nfs4_stateid *stateid) argument
[all...]
H A Dcallback.h109 extern int nfs41_validate_delegation_stateid(struct nfs_delegation *delegation,
138 extern int nfs4_validate_delegation_stateid(struct nfs_delegation *delegation,
H A DMakefile15 delegation.o idmap.o \
H A Ddelegation.h2 * linux/fs/nfs/delegation.h
13 * NFSv4 delegation
51 /* NFSv4 delegation-related procedures */
57 void nfs_mark_delegation_referenced(struct nfs_delegation *delegation);
H A Dnfs4proc.c54 #include "delegation.h"
841 static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode) argument
843 if ((delegation->type & fmode) != fmode)
845 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
847 nfs_mark_delegation_referenced(delegation);
909 static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, fmode_t fmode) argument
918 deleg_cur = rcu_dereference(nfsi->delegation);
923 if (nfsi->delegation != deleg_cur ||
927 if (delegation == NULL)
928 delegation
951 struct nfs_delegation *delegation; local
967 struct nfs_delegation *delegation; local
1013 struct nfs_delegation *delegation; local
1163 struct nfs_delegation *delegation; local
1360 struct nfs_delegation *delegation; local
[all...]
H A Dinode.c46 #include "delegation.h"
1412 /* If we are holding a delegation, return it! */
1446 nfsi->delegation = NULL;
H A Dnfs4xdr.c1299 encode_claim_delegate_cur(xdr, arg->name, &arg->u.delegation);
4068 status = decode_stateid(xdr, &res->delegation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6c.conf4 request prefix-delegation;
H A Dclient6_token.l146 <S_CNF>prefix-delegation-interface { DECHO; return (PREFIX_DELEGATION_INTERFACE); }
156 <S_CNF>prefix-delegation { DECHO; return (PREFIX_DELEGATION); }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6c.conf4 request prefix-delegation;
H A Dclient6_token.l146 <S_CNF>prefix-delegation-interface { DECHO; return (PREFIX_DELEGATION_INTERFACE); }
156 <S_CNF>prefix-delegation { DECHO; return (PREFIX_DELEGATION); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_paramhlp.h51 long delegation(struct OperationConfig *config, char *str);
H A Dtool_paramhlp.c464 long delegation(struct OperationConfig *config, char *str) function
472 warnf(config, "unrecognized delegation method '%s', using none\n", str);
H A Dtool_getparam.c173 {"$G", "delegation", TRUE},
942 case 'G': /* --delegation LEVEL */
943 config->gssapi_delegation = delegation(config, nextarg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djquery.form.js40 You can also use ajaxForm with delegation (requires jQuery v1.7+), so the
44 delegation: true,
676 options.delegation = options.delegation && $.isFunction($.fn.on);
679 if (!options.delegation && this.length === 0) {
693 if ( options.delegation ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs.h101 * NFSv4 delegation
188 struct nfs_delegation *delegation; member in struct:nfs_inode
207 #define NFS_INO_REVAL_FORCED 0x0040 /* force revalidation ignoring a delegation */
H A Dnfs_xdr.h203 nfs4_stateid delegation; /* CLAIM_DELEGATE_CUR */ member in union:nfs_openargs::__anon17955
223 nfs4_stateid delegation; member in struct:nfs_openres
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure1877 --enable-ntlm-wb[=FILE] Enable NTLM delegation to winbind's ntlm_auth
1880 --disable-ntlm-wb Disable NTLM delegation to winbind's ntlm_auth
38906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable NTLM delegation to winbind's helper" >&5
38907 $as_echo_n "checking whether to enable NTLM delegation to winbind's helper... " >&6; }
[all...]

Completed in 320 milliseconds