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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c570 nfsd4_decode_lockt(struct nfsd4_compoundargs *argp, struct nfsd4_lockt *lockt) argument
575 READ32(lockt->lt_type);
576 if((lockt->lt_type < NFS4_READ_LT) || (lockt->lt_type > NFS4_WRITEW_LT))
578 READ64(lockt->lt_offset);
579 READ64(lockt->lt_length);
580 COPYMEM(&lockt->lt_clientid, 8);
581 READ32(lockt->lt_owner.len);
582 READ_BUF(lockt->lt_owner.len);
583 READMEM(lockt
2052 nfsd4_encode_lockt(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lockt *lockt) argument
[all...]
H A Dnfs4state.c2790 struct nfsd4_lockt *lockt)
2801 if (check_lock_length(lockt->lt_offset, lockt->lt_length))
2804 lockt->lt_stateowner = NULL;
2808 if (STALE_CLIENTID(&lockt->lt_clientid))
2820 switch (lockt->lt_type) {
2835 lockt->lt_stateowner = find_lockstateowner_str(inode,
2836 &lockt->lt_clientid, &lockt->lt_owner);
2837 if (lockt
2789 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_lockt *lockt) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h354 struct nfsd4_lockt lockt; member in union:nfsd4_op::__anon10180
459 struct nfsd4_lockt *lockt);

Completed in 179 milliseconds