Searched refs:nfs4_delegation (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4callback.c234 encode_cb_recall(struct xdr_stream *xdr, struct nfs4_delegation *dp,
286 struct nfs4_delegation *args = rpc_args->args_op;
619 struct nfs4_delegation *dp = calldata;
642 struct nfs4_delegation *dp = calldata;
664 struct nfs4_delegation *dp = calldata;
707 struct nfs4_delegation *dp = calldata;
752 static void _nfsd4_cb_recall(struct nfs4_delegation *dp)
777 struct nfs4_delegation *dp = container_of(c, struct nfs4_delegation, dl_recall);
783 void nfsd4_cb_recall(struct nfs4_delegation *d
[all...]
H A Dstate.h83 struct nfs4_delegation { struct
427 extern void nfsd4_cb_recall(struct nfs4_delegation *dp);
431 extern void nfs4_put_delegation(struct nfs4_delegation *dp);
H A Dnfs4state.c63 static struct nfs4_delegation * find_delegation_stateid(struct inode *ino, stateid_t *stid);
205 static struct nfs4_delegation *
208 struct nfs4_delegation *dp;
252 nfs4_put_delegation(struct nfs4_delegation *dp)
268 nfs4_close_delegation(struct nfs4_delegation *dp)
280 unhash_delegation(struct nfs4_delegation *dp)
828 struct nfs4_delegation *dp;
834 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
842 dp = list_entry(reaplist.next, struct nfs4_delegation, dl_recall_lru);
1878 sizeof(struct nfs4_delegation),
[all...]

Completed in 71 milliseconds